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

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

Completed in 29 milliseconds