Commit Graph

  • ba76b662af VP9Decoder: rm frame_parallel_decode James Zern 2017-06-26 22:39:07 -07:00
  • 86d51dfbf5 vp9_dx: rm worker thread creation James Zern 2017-06-26 22:21:32 -07:00
  • 469986f963 Merge changes from topic 'rm-dec-frame-parallel' James Zern 2017-06-30 19:02:05 +00:00
  • 1b9f444640 Remove ref_adapt from testing list Yi Luo 2017-06-30 10:44:08 -07:00
  • c2044fda1d buffer.h: use stride_ instead of stride() Johann 2017-06-30 07:37:20 -07:00
  • ce5b17f9ad testing: ranges for random values Johann 2017-06-28 14:33:38 -07:00
  • 89d3dc043e Merge changes Id5beb35d,I2945fe54,Ib0f3cfd6,I78a2eba8 Johann Koenig 2017-06-30 01:00:07 +00:00
  • c338f3635e Add vpx_highbd_idct8x8_{12, 64}_add_sse4_1 Linfeng Zhang 2017-06-29 16:30:32 -07:00
  • ee5cb8d87f sse2: Add transpose_32bit_4x4x2() and update transpose_32bit_4x4() Linfeng Zhang 2017-06-28 16:29:40 -07:00
  • 0fa59a4baf Refactor highbd idct 4x4 sse4.1 code and add highbd_inv_txfm_sse4.h Linfeng Zhang 2017-06-28 16:17:39 -07:00
  • 9ac78ae35f Refactor vpx_idct8x8_12_add_ssse3() and add inv_txfm_ssse3.h Linfeng Zhang 2017-06-28 14:36:23 -07:00
  • e3c8f2f152 vp9_dx,vpx_codec_alg_priv: rm *worker_id* James Zern 2017-06-26 22:12:57 -07:00
  • dcdb013b55 vp9_dx,vpx_codec_alg_priv: rm *cache* James Zern 2017-06-26 21:59:12 -07:00
  • ab76f1f224 vp9_dx,vpx_codec_alg_priv: rm frame_parallel_decode James Zern 2017-06-26 21:47:18 -07:00
  • 67d7a6df2d Merge changes from topic 'rm-dec-frame-parallel' James Zern 2017-06-29 23:21:18 +00:00
  • e5bdab98e9 rm vp9_frame_parallel_test.cc James Zern 2017-06-26 19:26:22 -07:00
  • 508ef2a6e3 test_vector_test: rm ref to VPX_CODEC_USE_FRAME_THREADING James Zern 2017-06-26 19:18:14 -07:00
  • 8d1bda93f4 cosmetics,vp9/encoder: s/txm/txfm/ James Zern 2017-06-29 15:07:55 -07:00
  • bd77931421 dct_partial_test,fwd_txfm: change << to * James Zern 2017-06-29 14:42:03 -07:00
  • 74dc640565 vp9: Remove avg2x2 in skin detection and clean up. Jerome Jiang 2017-06-27 13:20:02 -07:00
  • 9fe510c12a partial fdct neon: add 32x32_1 Johann 2017-06-22 18:36:08 -07:00
  • f310ddc470 partial fdct neon: add 16x16_1 Johann 2017-06-22 18:22:27 -07:00
  • 4959dd3eb3 partial fdct neon: add 4x4_1 Johann 2017-06-22 18:12:28 -07:00
  • cf75ab6ccd partial fdct neon: move 8x8_1 and enable hbd tests Johann 2017-06-22 18:01:23 -07:00
  • 81e25512c3 Merge changes Ib454762d,I966650df,Ie126553e,I068f06c6,Icb72a94e Johann Koenig 2017-06-28 22:37:00 +00:00
  • d91af5f905 Merge "buffer.h: Only allow Init() to be called once." Johann Koenig 2017-06-28 22:36:05 +00:00
  • 35f8515c3f Merge "partial fdct test" Johann Koenig 2017-06-28 22:34:53 +00:00
  • 5ac88162b9 partial fdct test Johann 2017-06-22 17:12:27 -07:00
  • ad011aaab8 sad neon: rewrite 64x64 and add 64x32 Johann 2017-06-27 15:17:31 -07:00
  • 77a648885c sad neon: rewrite 32x32, add 32x16 and 32x64 Johann 2017-06-27 14:33:28 -07:00
  • 469643757f sad neon: rewrite 16x8, 16x16, add 16x32 Johann 2017-06-27 14:15:58 -07:00
  • e40e78be24 sad neon: rewrite 8x8 and 8x16 Johann 2017-06-27 13:02:28 -07:00
  • 46d8660ce3 sad neon: rewrite 4x4 and add 4x8 Johann 2017-06-27 12:44:54 -07:00
  • 8582d33a0d Merge "vp9: compute skinmap only once before encoding." Jerome Jiang 2017-06-28 18:01:46 +00:00
  • e0330c4810 buffer.h: Only allow Init() to be called once. Johann 2017-06-07 12:25:05 -07:00
  • 5a54fa362c Remove output line time unit; add ncobmc Yi Luo 2017-06-28 09:37:48 -07:00
  • 88d11f473c vp9: Speed >= 8: Remove logic on reducing subpel. Marco 2017-06-27 20:14:26 -07:00
  • 515fed8f38 Merge "highbd_quantize_fp_32x32: normalize abs_qcoeff type" James Zern 2017-06-27 23:30:16 +00:00
  • a220b931f5 vp9: compute skinmap only once before encoding. Jerome Jiang 2017-06-27 13:17:59 -07:00
  • d4595de5db level tests: allow level undershoot hui su 2017-06-26 15:17:04 -07:00
  • 0bb31a46a4 Update vpx_idct8x8_12_add_ssse3() Linfeng Zhang 2017-06-26 14:57:41 -07:00
  • 39972d999d Merge "Update load_input_data() in x86" Linfeng Zhang 2017-06-26 21:48:49 +00:00
  • ddae8f7632 Merge "vp8: Clean up skinmap debugging codes." Jerome Jiang 2017-06-26 21:32:51 +00:00
  • a76b6b232c Update load_input_data() in x86 Linfeng Zhang 2017-06-23 16:04:27 -07:00
  • f749905d0a roll libwebm snapshot James Zern 2017-06-21 20:16:26 -07:00
  • ec4afbf74a Merge "Add vpx_highbd_idct4x4_16_add_sse4_1()" Linfeng Zhang 2017-06-24 01:15:13 +00:00
  • 7e63c355e0 one_sided_compound depends on ext_refs Yi Luo 2017-06-23 18:04:26 -07:00
  • 30eeb4dc32 Merge "Enable greedy version of optimize_b() in VP9 by default." Urvang Joshi 2017-06-24 00:58:24 +00:00
  • 6ff5de68dd Merge "Cosmetics, 8x8 idct SSE2 optimization" Linfeng Zhang 2017-06-24 00:51:07 +00:00
  • 4bb99ee27e Enable greedy version of optimize_b() in VP9 by default. Urvang Joshi 2017-06-23 17:04:58 -07:00
  • ee1fcb0e69 Merge "variance_test: move Subpel* from tuples to TestParams" James Zern 2017-06-23 22:48:40 +00:00
  • fc6e27541d Correct handle ext_tile, tile_column>0 - cb4x4 is by default on Yi Luo 2017-06-23 15:27:09 -07:00
  • 8ad23a072a Merge "vp9: Use scene detection for CBR mode." Marco Paniconi 2017-06-23 21:59:31 +00:00
  • 8253a27904 Add vpx_highbd_idct4x4_16_add_sse4_1() Linfeng Zhang 2017-06-23 14:27:18 -07:00
  • b8a4b5dd8d Cosmetics, 8x8 idct SSE2 optimization Linfeng Zhang 2017-06-21 15:18:17 -07:00
  • b0c4d87ac7 vp8: Clean up skinmap debugging codes. Jerome Jiang 2017-06-23 13:59:54 -07:00
  • 0d1c782306 Merge "datarate_test: rename thread -> Thread in test name" James Zern 2017-06-23 20:00:50 +00:00
  • 54bcd98314 variance_test: move Subpel* from tuples to TestParams James Zern 2017-06-23 00:26:00 -07:00
  • 18805eee6c vp9: Use scene detection for CBR mode. Marco 2017-06-22 14:59:27 -07:00
  • e187b27438 Merge "vp8: Compute skinmap only once before encoding." Jerome Jiang 2017-06-23 17:17:01 +00:00
  • 88a302e743 Merge changes from topic 'missing-proto' James Zern 2017-06-23 05:44:24 +00:00
  • a377f99088 onyxd_int.h: add missing prototypes James Zern 2017-06-16 16:16:05 -07:00
  • 794a5ad713 Merge "fdct32x32 neon implementation" Johann Koenig 2017-06-23 01:57:59 +00:00
  • b28fc490aa vp8: Compute skinmap only once before encoding. Jerome Jiang 2017-06-21 15:02:31 -07:00
  • 4f917912b9 Merge "vp9: Add high source sad to content state." Marco Paniconi 2017-06-22 22:18:47 +00:00
  • c5f9de573f Merge changes I783c5f4f,I365f8e53,I5dac0e98 Linfeng Zhang 2017-06-22 21:42:23 +00:00
  • 92145006c3 Merge "Fix int overflow in rate control for high bit rates." Paul Wilkins 2017-06-22 16:30:39 +00:00
  • e67660cf37 fdct32x32 neon implementation Johann 2017-06-16 13:14:01 -07:00
  • efe1982e63 Fix int overflow in rate control for high bit rates. paulwilkins 2017-06-21 17:26:20 +01:00
  • d7515b1187 vp9: Add high source sad to content state. Marco 2017-06-21 20:39:59 -07:00
  • 33a9394eb1 Merge "vp9: Adjustments for aq-mode and pickmode for speed >= 8." Marco Paniconi 2017-06-22 03:27:46 +00:00
  • dd88bd87db datarate_test: rename thread -> Thread in test name James Zern 2017-06-21 20:05:31 -07:00
  • 828a1fa6de Merge "vp8_dx_iface: clear -Wclobbered warnings" James Zern 2017-06-22 02:01:10 +00:00
  • 7c0788b07f onyxd.h: add vp8dx_references_buffer prototype James Zern 2017-06-16 16:15:28 -07:00
  • 44418c659f vp[89],vpx_dsp: add missing includes James Zern 2017-06-16 16:12:20 -07:00
  • b24ed95f44 vp8,encodeframe.h: correct prototypes James Zern 2017-06-16 02:12:18 -07:00
  • b093d998fc vp8: add temporal_filter.h James Zern 2017-06-16 02:09:47 -07:00
  • eb8226b903 add picklpf.h James Zern 2017-06-16 01:51:19 -07:00
  • 864bc77e7a add ethreading.h James Zern 2017-06-16 01:48:55 -07:00
  • d5d6a609d0 vp8,bitstream.h: add missing prototypes James Zern 2017-06-16 01:45:11 -07:00
  • 1d86383512 vp8: remove vp8_fast_quantize_b_mmx James Zern 2017-06-16 01:33:57 -07:00
  • 18335f193d vp8,loopfilter_filters: make some functions static James Zern 2017-06-16 00:58:49 -07:00
  • 07f847873b vp9_ratectrl: make adjust_gf_boost_lag_one_pass_vbr static James Zern 2017-06-16 00:53:05 -07:00
  • 9a329b5285 vp9_encodeframe: make scale_part_thresh_sumdiff static James Zern 2017-06-16 00:51:42 -07:00
  • 3f296533f6 vp9_alt_ref_aq: correct vp9_alt_ref_aq_create proto James Zern 2017-06-16 00:49:53 -07:00
  • 9e1d2de67c highbd_quantize_fp_32x32: normalize abs_qcoeff type James Zern 2017-06-21 18:56:10 -07:00
  • 21afafa31a vp9: Put skin detection usage around cpi flag. Marco 2017-06-21 17:30:53 -07:00
  • 8cf6f78fce vp9: Adjustments for aq-mode and pickmode for speed >= 8. Marco 2017-06-21 15:24:56 -07:00
  • fbba31e241 vp8_dx_iface: clear -Wclobbered warnings James Zern 2017-06-20 18:34:13 -07:00
  • 355432b0d2 Merge "dct tests: align InvAccuracyCheck buffers" Johann Koenig 2017-06-21 21:16:23 +00:00
  • 466b667ff3 Clean vpx_idct16x16_256_add_sse2() Linfeng Zhang 2017-06-19 18:10:38 -07:00
  • 42522ce0b7 Update vpx_idct{8x8,16x16,32x32}_1_add_sse2() Linfeng Zhang 2017-06-15 16:48:40 -07:00
  • 2b43a1ee18 Clean 32x32 full idct sse2 and ssse3 code Linfeng Zhang 2017-06-15 16:06:53 -07:00
  • 96ec8a425b Merge "VP9 level targeting: properly handle max_gf_interval" Hui Su 2017-06-21 20:38:44 +00:00
  • 1c48915233 dct tests: align InvAccuracyCheck buffers Johann 2017-06-21 11:46:58 -07:00
  • 0aa3677d9d fix build, rm ref to vpx_idct8x8_64_add_ssse3 James Zern 2017-06-20 19:42:29 -07:00
  • 9e03eedf62 Merge changes Ib26dd515,Ie60dabc3 Linfeng Zhang 2017-06-21 00:38:24 +00:00
  • d96ed96c0f VP9 level targeting: properly handle max_gf_interval hui su 2017-06-20 16:26:00 -07:00
  • 492d52b9cc vp9: Adjust key-frame pars in vpx_temporal_svc_encoder. Marco 2017-06-20 12:20:52 -07:00
  • ae3a173352 vp9: Adjust key-frame pars in vpx_temporal_svc_encoder. Marco 2017-06-20 09:05:56 -07:00