Searched defs:b_mode (Results 1 - 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
H A Dreconintra4x4.c23 B_PREDICTION_MODE b_mode = (B_PREDICTION_MODE)_b_mode; local
30 switch (b_mode)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
H A Dthreading.c188 B_PREDICTION_MODE b_mode = local
195 /*Caution: For some b_mode, it needs 8 pixels (4 above + 4 above-right).*/
218 b_mode, dst, dst_stride, top_left);
H A Ddecodeframe.c192 B_PREDICTION_MODE b_mode = local
199 vp8_intra4x4_predict(Above, yleft, left_stride, b_mode,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
H A Dvp9_decodemv.c472 MB_PREDICTION_MODE b_mode; local
478 b_mode = read_inter_mode(cm, r, inter_mode_ctx);
480 if (b_mode == NEARESTMV || b_mode == NEARMV)
486 if (!assign_mv(cm, b_mode, block, nearestmv,
504 mi->mbmi.mode = b_mode;
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_bitstream.c276 const MB_PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode; local
277 write_intra_mode(w, b_mode, cm->fc.y_mode_prob[0]);
311 const MB_PREDICTION_MODE b_mode = mi->bmi[j].as_mode; local
312 write_inter_mode(w, b_mode, inter_probs);
313 ++cm->counts.inter_mode[mode_ctx][INTER_OFFSET(b_mode)];
314 if (b_mode == NEWMV) {

Completed in 260 milliseconds