Les articles publiés sur le site
-
7 septembre 2015, par Ronald S. Bultje
Changed Paths:
Modify /vp10/common/entropymv.c
Modify /vp10/common/entropymv.h
Modify /vp10/decoder/decodemv.c
Modify /vp10/encoder/encodemv.c
vp10: fix entropy counts for the hp bit.
The counts didn't take usehp into account, which means that if the
scope of the refmv is too large for the hp bit to be coded, the value
(always 1) is still included in the stats. Therefore, the final
counts will not reflect the entropy of the coded bits, but rather the
entropy of the combination of coded bits and the implied value (which
is always 1). Fix that by only including counts if the hp bit is
actually coded.
See issue 1060.
Change-Id: I19a3adda4a8662a05f08a9e58d7e56ff979be11e
-
7 septembre 2015, par Ronald S. Bultje
Changed Paths:
Modify /vp10/common/onyxc_int.h
Modify /vp10/decoder/decodeframe.c
Modify /vp10/decoder/decoder.c
Modify /vp10/decoder/decoder.h
Modify /vp10/vp10_dx_iface.c
vp10: remove duplicate frame_parallel_decode field.
Keep the one in VP10_COMMON in favour of the one in VP10_DECODER.
Change-Id: Ia81983ccc95d83829dc815e28d9b1143e16e27b1
-
6 septembre 2015, par Jingning Han
Changed Paths:
Modify /vp9/common/vp9_reconinter.c
Fix the sub8x8 block inter prediction with scaled reference frame
Sync the encoder's buffer offset calculation for sub8x8 block motion
compensated prediction with scaled reference frame to match the
decoder's behavior. This resolves an enc/dec mismatch issue when
sub8x8 inter mode with scaled is turned on.
Change-Id: I4bab3672b007a5ae0c992f8a701341892d2458b0
-
5 septembre 2015, par James Zern
Changed Paths:
Modify /vp9/decoder/vp9_decodeframe.c
vp9/decode_tiles_mt: move frame count accum from loop
the check performed within the while was redundant; simply place the
accumulation after all tiles are decoded.
Change-Id: I6a74e87257c775fd8bfc8ac4511e4a6ad8f18346
-
5 septembre 2015, par Debargha Mukherjee
Changed Paths:
Modify /test/invalid_file_test.cc
Modify /test/test-data.mk
Modify /test/test-data.sha1
Modify /vp8/encoder/pickinter.c
Modify /vp8/vp8_cx_iface.c
Modify /vpx_dsp/mips/loopfilter_masks_dspr2.h
Remove some trailing whitespaces
Change-Id: Icf06d35ca347713253d1eba341a894b51efa81a9