HomeSort by relevance Sort by last modified time
    Searched refs:uv_mode_count (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
block.h 142 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 677 vp8_zero(x->uv_mode_count)
881 cpi->mb.uv_mode_count[mode_count] +=
882 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:__anon16726
bitstream.c 130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count
    [all...]
  /external/libvpx/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 677 vp8_zero(x->uv_mode_count)
881 cpi->mb.uv_mode_count[mode_count] +=
882 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:__anon28677
bitstream.c 130 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:__anon39767
bitstream.c 130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count
    [all...]

Completed in 543 milliseconds