/hardware/intel/common/libva/va/ |
va_dec_vp8.h | 137 /* same as prob_last in bitstream syntax */ 138 unsigned char prob_last; member in struct:_VAPictureParameterBufferVP8
|
va_trace.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/decoder/ |
onyxd_int.h | 114 vp8_prob prob_last; member in struct:VP8D_COMP
|
decodemv.c | 172 pbi->prob_last = (vp8_prob)vp8_read_literal(bc, 8); 358 if (vp8_read(bc, pbi->prob_last))
|
/external/libvpx/libvpx/vp8/decoder/ |
onyxd_int.h | 114 vp8_prob prob_last; member in struct:VP8D_COMP
|
decodemv.c | 172 pbi->prob_last = (vp8_prob)vp8_read_literal(bc, 8); 358 if (vp8_read(bc, pbi->prob_last))
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/ |
onyxd_int.h | 114 vp8_prob prob_last; member in struct:VP8D_COMP
|
decodemv.c | 172 pbi->prob_last = (vp8_prob)vp8_read_literal(bc, 8); 358 if (vp8_read(bc, pbi->prob_last))
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
bitstream.c | 979 int prob_last, 985 assert(prob_last >= 0); 986 assert(prob_last <= 255); 991 + vp8_cost_zero(prob_last); 993 + vp8_cost_one(prob_last) 996 + vp8_cost_one(prob_last) [all...] |
encodeframe.c | 40 int prob_last, [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
bitstream.c | 979 int prob_last, 985 assert(prob_last >= 0); 986 assert(prob_last <= 255); 991 + vp8_cost_zero(prob_last); 993 + vp8_cost_one(prob_last) 996 + vp8_cost_one(prob_last) [all...] |
encodeframe.c | 40 int prob_last, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
bitstream.c | 979 int prob_last, 985 assert(prob_last >= 0); 986 assert(prob_last <= 255); 991 + vp8_cost_zero(prob_last); 993 + vp8_cost_one(prob_last) 996 + vp8_cost_one(prob_last) [all...] |
encodeframe.c | 40 int prob_last, [all...] |
/hardware/intel/img/psb_video/src/ |
tng_VP8.c | 598 P(prob_last); [all...] |