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

  /external/libvpx/vp8/common/
entropymode.c 192 unsigned int bct [VP8_YMODES] [2]; /* num Ymodes > num UV modes */ local
196 x->fc.ymode_prob, bct, y_mode_cts,
201 x->kf_ymode_prob, bct, kf_y_mode_cts,
206 x->fc.uv_mode_prob, bct, uv_mode_cts,
211 x->kf_uv_mode_prob, bct, kf_uv_mode_cts,
  /external/libvpx/vp8/common/x86/
boolcoder.cxx 283 bct( 8)
300 "Reading, B %x Low %x Range %x s %x bct %d ...\n",
301 B-Bstart, Low, Range, s, bct
312 int ct = bct;
322 bct = ct;
328 "...done, val %d B %x Low %x Range %x bct %d\n",
329 val? 1:0, B-Bstart, Low, Range, bct
  /external/libvpx/vp8/encoder/
bitstream.c 69 unsigned int bct [/* n-1 */] [2],
78 Pnew, bct, num_events,
84 new_b += vp8_cost_branch(bct[i], Pnew[i]);
85 old_b += vp8_cost_branch(bct[i], Pcur[i]);
115 unsigned int bct [VP8_YMODES-1] [2]; local
119 Pnew, x->fc.ymode_prob, bct, (unsigned int *)cpi->ymode_count
124 unsigned int bct [VP8_UV_MODES-1] [2]; local
128 Pnew, x->fc.uv_mode_prob, bct, (unsigned int *)cpi->uv_mode_count
    [all...]
encodeframe.c 1131 unsigned int *const bct = is_key ? b_modes : inter_b_modes; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 221 milliseconds