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

  /external/libaom/libaom/av1/encoder/
reconinter_enc.c 33 int plane, const int pre_x, const int pre_y, int x, int y,
43 int orig_pos_x = (pre_x + x) << SUBPEL_BITS;
101 // is at (pre_x, pre_y).
106 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; local
154 pd->pre[ref].buf0 + scaled_buffer_offset(pre_x, pre_y,
173 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, &pre,
213 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, 0, 0, pre_buf, &pre,
481 const int pre_x = (mi_x) >> pd->subsampling_x; local
485 calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf, &pre,
490 mi->interp_filters, &warp_types, pre_x + x
    [all...]
  /external/libaom/libaom/aom_dsp/x86/
variance_sse2.c 521 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; local
525 int orig_pos_x = pre_x << SUBPEL_BITS;
    [all...]
highbd_variance_sse2.c 652 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; local
    [all...]
  /external/libaom/libaom/aom_dsp/
variance.c 318 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; local
322 int orig_pos_x = pre_x << SUBPEL_BITS;
910 const int pre_x = (mi_x + MI_SIZE * col_start) >> ssx; local
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 553 int plane, const int pre_x, const int pre_y, int x, int y,
564 int orig_pos_x = (pre_x + x) << SUBPEL_BITS;
605 int pos_x = (pre_x + x) << SUBPEL_BITS;
658 // is at (pre_x, pre_y).
663 const int pre_x = (mi_x + MI_SIZE * col_start) >> ss_x; local
712 pd->pre[ref].buf0 + scaled_buffer_offset(pre_x, pre_y,
735 dec_calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, x, y, pre_buf,
781 dec_calc_subpel_params(xd, sf, mv, plane, pre_x, pre_y, 0, 0, pre_buf,
    [all...]

Completed in 462 milliseconds