HomeSort by relevance Sort by last modified time
    Searched full:as_mode (Results 1 - 25 of 37) sorted by null

1 2

  /external/libvpx/libvpx/vp9/decoder/
vp9_decodemv.c 179 mi->bmi[i].as_mode =
181 mbmi->mode = mi->bmi[3].as_mode;
184 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
186 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
190 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
192 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodemv.c 180 mi->bmi[i].as_mode =
182 mbmi->mode = mi->bmi[3].as_mode;
185 mi->bmi[0].as_mode = mi->bmi[2].as_mode =
187 mi->bmi[1].as_mode = mi->bmi[3].as_mode = mbmi->mode =
191 mi->bmi[0].as_mode = mi->bmi[1].as_mode =
193 mi->bmi[2].as_mode = mi->bmi[3].as_mode = mbmi->mode
    [all...]
  /external/libvpx/libvpx/vp8/common/
findnearmv.h 142 return (cur_mb->bmi + b + 3)->as_mode;
156 return (cur_mb->bmi + b - 1)->as_mode;
169 return (cur_mb->bmi + b + 12)->as_mode;
183 return (cur_mb->bmi + b - 4)->as_mode;
debugmodes.c 100 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
blockd.h 142 B_PREDICTION_MODE as_mode; member in union:b_mode_info
postproc.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.h 142 return (cur_mb->bmi + b + 3)->as_mode;
156 return (cur_mb->bmi + b - 1)->as_mode;
169 return (cur_mb->bmi + b + 12)->as_mode;
183 return (cur_mb->bmi + b - 4)->as_mode;
debugmodes.c 100 fprintf(mvs, "%2d ", mi[mb_index].bmi[bindex].as_mode);
blockd.h 142 B_PREDICTION_MODE as_mode; member in union:b_mode_info
postproc.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
pickinter.c 174 b->bmi.as_mode = *best_mode;
219 mic->bmi[i].as_mode = best_mode;
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
encodeintra.c 42 x->e_mbd.block[i].bmi.as_mode = B_DC_PRED;
62 vp8_intra4x4_predict(Above, yleft, dst_stride, b->bmi.as_mode,
  /external/libvpx/libvpx/vp9/common/
vp9_blockd.c 22 return cur_mi->bmi[b - 1].as_mode;
35 return cur_mi->bmi[b - 2].as_mode;
vp9_blockd.h 97 PREDICTION_MODE as_mode; member in struct:__anon13822
148 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_blockd.c 22 return cur_mi->bmi[b - 1].as_mode;
35 return cur_mi->bmi[b - 2].as_mode;
vp9_blockd.h 97 MB_PREDICTION_MODE as_mode; member in struct:__anon24184
148 return mi->mbmi.sb_type < BLOCK_8X8 ? mi->bmi[block].as_mode
vp9_postproc.c 899 Y = B_PREDICTION_MODE_colors[bmi->as_mode][0];
900 U = B_PREDICTION_MODE_colors[bmi->as_mode][1];
901 V = B_PREDICTION_MODE_colors[bmi->as_mode][2];
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemv.c 256 if (mi->bmi[i].as_mode == NEWMV)
vp9_rdopt.c 682 xd->mi[0]->bmi[block].as_mode = mode;
797 mic->bmi[i].as_mode = best_mode;
799 mic->bmi[i + j * 2].as_mode = best_mode;
801 mic->bmi[i + j].as_mode = best_mode;
811 mic->mbmi.mode = mic->bmi[3].as_mode;
    [all...]
vp9_bitstream.c 273 const PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode;
308 const PREDICTION_MODE b_mode = mi->bmi[j].as_mode;
357 write_intra_mode(w, mi->bmi[block].as_mode,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_encodemv.c 256 if (mi->bmi[i].as_mode == NEWMV)
vp9_bitstream.c 276 const MB_PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode;
311 const MB_PREDICTION_MODE b_mode = mi->bmi[j].as_mode;
362 write_intra_mode(w, mi->bmi[block].as_mode,
    [all...]
  /external/libvpx/libvpx/vp8/decoder/
decodemv.c 67 mi->bmi[i].as_mode =
566 mi->bmi[j].as_mode = read_bmode(bc, pbi->common.fc.bmode_prob);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/decoder/
decodemv.c 67 mi->bmi[i].as_mode =
566 mi->bmi[j].as_mode = read_bmode(bc, pbi->common.fc.bmode_prob);

Completed in 2573 milliseconds

1 2