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

  /external/libvpx/libvpx/vp9/common/
vp9_entropy.h 38 #define EOB_TOKEN 11 // EOB Extra Bits 0+0
  /external/libvpx/libvpx/vp9/encoder/
vp9_tokenize.c 76 -EOB_TOKEN, 2, // 0 = EOB
272 { 0, 0, 0, zero_cost } // EOB_TOKEN
411 add_token_no_extra(&t, coef_probs[band[c]][pt], EOB_TOKEN,
vp9_encodemb.c 146 tokens[eob][0].token = EOB_TOKEN;
217 t0 = tokens[next][0].token == EOB_TOKEN ? EOB_TOKEN : ZERO_TOKEN;
218 t1 = tokens[next][1].token == EOB_TOKEN ? EOB_TOKEN : ZERO_TOKEN;
225 if (t0 != EOB_TOKEN) {
229 if (t1 != EOB_TOKEN) {
283 if (t0 != EOB_TOKEN) {
287 if (t1 != EOB_TOKEN) {
    [all...]
vp9_rd.c 104 assert(c[t][i][j][k][0][l][EOB_TOKEN] ==
105 c[t][i][j][k][1][l][EOB_TOKEN]);
vp9_bitstream.c 141 if (p->token == EOB_TOKEN) {
159 assert(t != EOB_TOKEN);
165 } else { // t >= TWO_TOKEN && t < EOB_TOKEN
    [all...]
vp9_rdopt.c 379 cost = token_costs[0][0][pt][EOB_TOKEN];
410 if (band_left) cost += (*token_costs)[0][!prev_t][EOB_TOKEN];
447 cost += (*token_costs)[0][pt][EOB_TOKEN];
    [all...]
vp9_encoder.c     [all...]

Completed in 113 milliseconds