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

  /external/libvpx/libvpx/vp8/encoder/
tokenize.c 131 t->Token = DCT_EOB_TOKEN;
135 ++x->coef_counts [1] [0] [pt] [DCT_EOB_TOKEN];
176 t->Token = DCT_EOB_TOKEN;
181 ++x->coef_counts [1] [band] [pt] [DCT_EOB_TOKEN];
229 t->Token = DCT_EOB_TOKEN;
233 ++x->coef_counts [type] [c] [pt] [DCT_EOB_TOKEN];
274 t->Token = DCT_EOB_TOKEN;
278 ++x->coef_counts [type] [band] [pt] [DCT_EOB_TOKEN];
300 t->Token = DCT_EOB_TOKEN;
304 ++x->coef_counts [2] [0] [pt] [DCT_EOB_TOKEN];
    [all...]
encodemb.c 286 tokens[eob][0].token = DCT_EOB_TOKEN;
358 t0 = tokens[next][0].token == DCT_EOB_TOKEN ?
359 DCT_EOB_TOKEN : ZERO_TOKEN;
360 t1 = tokens[next][1].token == DCT_EOB_TOKEN ?
361 DCT_EOB_TOKEN : ZERO_TOKEN;
370 if(t0!=DCT_EOB_TOKEN)
376 if(t1!=DCT_EOB_TOKEN)
418 if (t0 != DCT_EOB_TOKEN)
423 if (t1 != DCT_EOB_TOKEN)
rdopt.c 540 cost += mb->token_costs [type] [vp8_coef_bands[c]] [pt] [DCT_EOB_TOKEN];
    [all...]
  /external/libvpx/libvpx/vp8/common/
entropy.c 88 -DCT_EOB_TOKEN, 2, /* 0 = EOB */
entropy.h 31 #define DCT_EOB_TOKEN 11 /* EOB Extra Bits 0+0 */

Completed in 475 milliseconds