Searched refs:uv_mode_count (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dblock.h142 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */ member in struct:macroblock
H A Dratectrl.c238 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count);
276 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count);
H A Dencodeframe.c690 vp8_zero(x->uv_mode_count)
894 cpi->mb.uv_mode_count[mode_count] +=
895 cpi->mb_row_ei[i].mb.uv_mode_count[mode_count];
1149 ++x->uv_mode_count[uvm];
H A Donyx_int.h88 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */ member in struct:__anon13085
H A Dbitstream.c129 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count
/external/libvpx/libvpx/vp8/encoder/
H A Dblock.h141 int uv_mode_count[VP8_UV_MODES]; /* intra MB type cts this frame */ member in struct:macroblock
H A Dratectrl.c238 vp8_copy(cc->uv_mode_count, cpi->mb.uv_mode_count);
276 vp8_copy(cpi->mb.uv_mode_count, cc->uv_mode_count);
H A Dencodeframe.c677 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];
1136 ++x->uv_mode_count[uvm];
H A Donyx_int.h91 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */ member in struct:__anon24875
H A Dbitstream.c130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count

Completed in 545 milliseconds