Home
last modified time | relevance | path

Searched refs:bct (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c71 unsigned int bct [/* n-1 */] [2], in update_mode()
80 Pnew, bct, num_events, in update_mode()
86 new_b += vp8_cost_branch(bct[i], Pnew[i]); in update_mode()
87 old_b += vp8_cost_branch(bct[i], Pcur[i]); in update_mode()
117 unsigned int bct [VP8_YMODES-1] [2]; in update_mbintra_mode_probs() local
121 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->mb.ymode_count in update_mbintra_mode_probs()
126 unsigned int bct [VP8_UV_MODES-1] [2]; in update_mbintra_mode_probs() local
130 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->mb.uv_mode_count in update_mbintra_mode_probs()
Dencodeframe.c1123 unsigned int *const bct = is_key ? b_modes : inter_b_modes; in sum_intra_stats() local
1129 ++ bct[xd->block[b].bmi.mode]; in sum_intra_stats()