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

  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 78 int mi_x, int mi_y) {
99 // worth of pixels. Thus (mi_x, mi_y) may not be the correct coordinates for
106 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x;
184 (mi_x >> pd->subsampling_x) + x, (mi_y >> pd->subsampling_y) + y,
226 mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y, ref, xd,
233 mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y, plane, ref,
249 const int mi_x = mi_col * MI_SIZE; local
252 mi_x, mi_y);
313 int mi_x, mi_y; local
318 mi_x = above_mi_col << MI_SIZE_LOG2
369 int mi_x, mi_y; local
499 const int mi_x = mi_col * MI_SIZE; local
    [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 128 int mi_x, int mi_y) {
177 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf);
212 const int mi_x = mi_col * MI_SIZE; local
228 mi_x, mi_y);
230 build_inter_predictors(xd, plane, 0, bw, bh, 0, 0, bw, bh, mi_x, mi_y);
  /external/libaom/libaom/aom_dsp/x86/
variance_sse2.c 515 const int mi_x = mi_col * MI_SIZE; local
521 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx;
566 filters, &warp_types, mi_x >> pd->subsampling_x,
    [all...]
highbd_variance_sse2.c 646 const int mi_x = mi_col * MI_SIZE; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 555 PadBlock *block, int mi_x, int mi_y, MV32 *scaled_mv, int *subpel_x_mv,
597 *scaled_mv = av1_scale_mv(&temp_mv, (mi_x + x), (mi_y + y), sf);
635 int bh, int mi_x, int mi_y) {
656 // worth of pixels. Thus (mi_x, mi_y) may not be the correct coordinates for
663 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x;
736 &subpel_params, bw, bh, &block, mi_x, mi_y,
753 (mi_x >> pd->subsampling_x) + x, (mi_y >> pd->subsampling_y) + y,
782 &subpel_params[ref], bw, bh, &block, mi_x, mi_y,
824 plane, &warp_types, mi_x >> pd->subsampling_x,
830 &warp_types, mi_x >> pd->subsampling_x, mi_y >> pd->subsampling_y
842 const int mi_x = mi_col * MI_SIZE; local
905 int mi_x, mi_y; local
959 int mi_x, mi_y; local
    [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 312 const int mi_x = mi_col * MI_SIZE; local
318 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx;
363 filters, &warp_types, mi_x >> pd->subsampling_x,
904 const int mi_x = mi_col * MI_SIZE; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 562 int mi_x, int mi_y, const InterpKernel *kernel,
612 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf);
702 const int mi_x = mi_col * MI_SIZE; local
742 4, 4, mi_x, mi_y, kernel, sf, pre_buf,
759 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf,
    [all...]

Completed in 1014 milliseconds