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

  /external/libvpx/libvpx/vp8/common/
reconintra4x4.h 35 int left_stride, B_PREDICTION_MODE b_mode,
reconintra4x4.c 40 int left_stride, B_PREDICTION_MODE b_mode,
74 pred[b_mode](dst, dst_stride, Above, Left);
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 620 PREDICTION_MODE b_mode, int block,
632 dec_find_mv_refs(cm, xd, b_mode, mi->ref_frame[ref], mv_ref_search,
639 if (b_mode == NEARESTMV) {
651 if (b_mode == NEARESTMV) {
719 // Sub 8x8 blocks use the nearestmv as a ref_mv if the b_mode is NEWMV.
722 // by the last b_mode.
748 PREDICTION_MODE b_mode; local
757 b_mode = read_inter_mode(cm, xd, r, inter_mode_ctx);
759 if (b_mode == NEARESTMV || b_mode == NEARMV)
    [all...]
  /external/python/cpython2/Modules/
cgen.py 253 b_type, b_mode, b_factor, b_sub = database[n-1]
254 if b_mode == 's':
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 281 const PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode; local
282 write_intra_mode(w, b_mode, cm->fc->y_mode_prob[0]);
316 const PREDICTION_MODE b_mode = mi->bmi[j].as_mode; local
317 write_inter_mode(w, b_mode, inter_probs);
318 if (b_mode == NEWMV) {
    [all...]
vp9_encodeframe.c 2083 const PREDICTION_MODE b_mode = mi->bmi[j].as_mode; local
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 161 B_PREDICTION_MODE b_mode = xd->mode_info_context->bmi[i].as_mode; local
167 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4
189 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride,
decodeframe.c 169 B_PREDICTION_MODE b_mode = xd->mode_info_context->bmi[i].as_mode; local
175 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode, dst, dst_stride,
    [all...]

Completed in 132 milliseconds