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

  /external/libvpx/libvpx/vp8/common/
findnearmv.h 116 case B_PRED: return (cur_mb->bmi + b + 3)->as_mode;
125 return (cur_mb->bmi + b - 1)->as_mode;
135 case B_PRED: return (cur_mb->bmi + b + 12)->as_mode;
144 return (cur_mb->bmi + b - 4)->as_mode;
debugmodes.c 85 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
blockd.h 126 B_PREDICTION_MODE as_mode; member in union:b_mode_info
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 212 mi->bmi[i].as_mode =
214 mi->mode = mi->bmi[3].as_mode;
217 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
219 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mi->mode =
223 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
225 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mi->mode
    [all...]
vp9_decodeframe.c 334 if (plane == 0) mode = xd->mi[0]->bmi[(row << 1) + col].as_mode;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 36 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
55 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode, b->predictor,
rdopt.c 578 b->bmi.as_mode = *best_mode;
630 mic->bmi[i].as_mode = best_mode;
    [all...]
bitstream.c 498 write_bmode(w, m->bmi[j].as_mode, pc->fc.bmode_prob);
644 const int bm = m->bmi[i].as_mode;
    [all...]
pickinter.c 282 b->bmi.as_mode = *best_mode;
318 mic->bmi[i].as_mode = best_mode;
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 21 return cur_mi->bmi[b - 1].as_mode;
33 return cur_mi->bmi[b - 2].as_mode;
vp9_blockd.h 49 PREDICTION_MODE as_mode; member in struct:__anon24508
92 return mi->sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode : mi->mode;
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 56 mi->bmi[i].as_mode = read_bmode(bc, vp8_kf_bmode_prob[A][L]);
467 mi->bmi[j].as_mode = read_bmode(bc, pbi->common.fc.bmode_prob);
threading.c 161 B_PREDICTION_MODE b_mode = xd->mode_info_context->bmi[i].as_mode;
decodeframe.c 169 B_PREDICTION_MODE b_mode = xd->mode_info_context->bmi[i].as_mode;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 264 if (mi->bmi[i].as_mode == NEWMV)
vp9_bitstream.c 280 const PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode;
315 const PREDICTION_MODE b_mode = mi->bmi[j].as_mode;
361 write_intra_mode(w, mi->bmi[block].as_mode,
    [all...]
vp9_rdopt.c     [all...]
vp9_pickmode.c     [all...]
vp9_encodeframe.c     [all...]

Completed in 96 milliseconds