/external/libvpx/libvpx/vp8/encoder/ |
block.h | 144 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */ member in struct:macroblock
|
ratectrl.c | 239 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count); 277 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count); [all...] |
encodeframe.c | 697 vp8_zero(x->uv_mode_count) 903 cpi->mb.uv_mode_count[mode_count] += 904 cpi->mb_row_ei[i].mb.uv_mode_count[mode_count]; [all...] |
onyx_int.h | 88 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */ member in struct:__anon17154
|
bitstream.c | 129 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
block.h | 141 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */ member in struct:macroblock
|
ratectrl.c | 238 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count); 276 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count); [all...] |
encodeframe.c | 678 vp8_zero(x->uv_mode_count) 882 cpi->mb.uv_mode_count[mode_count] += 883 cpi->mb_row_ei[i].mb.uv_mode_count[mode_count]; [all...] |
onyx_int.h | 91 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */ member in struct:__anon30630
|
bitstream.c | 130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count [all...] |