Home
last modified time | relevance | path

Searched refs:ymode_count (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dblock.h140 int ymode_count [VP8_YMODES]; /* intra MB type cts this frame */ member
Dratectrl.c237 vp8_copy(cc->ymode_count, cpi->mb.ymode_count); in vp8_save_coding_context()
275 vp8_copy(cpi->mb.ymode_count, cc->ymode_count); in vp8_restore_coding_context()
Dencodeframe.c677 vp8_zero(x->ymode_count); in init_encode_frame_mb_context()
878 cpi->mb.ymode_count[mode_count] += in vp8_encode_frame()
879 cpi->mb_row_ei[i].mb.ymode_count[mode_count]; in vp8_encode_frame()
1136 ++x->ymode_count[m]; in sum_intra_stats()
Donyx_int.h91 int ymode_count[5], uv_mode_count[4]; /* intra MB type cts this frame */ member
Dethreading.c487 vp8_zero(x->ymode_count); in vp8cx_init_mbrthread_data()
Dbitstream.c121 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->mb.ymode_count in update_mbintra_mode_probs()