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

  /external/libvpx/libvpx/vp9/encoder/
vp9_rd.c 564 int fp_row, fp_col; local
567 fp_row = (this_mv->row + 3 + (this_mv->row >= 0)) >> 3;
571 if (fp_row == 0 && fp_col == 0 && zero_seen) continue;
572 zero_seen |= (fp_row == 0 && fp_col == 0);
574 ref_y_ptr = &ref_y_buffer[ref_y_stride * fp_row + fp_col];
  /external/libaom/libaom/av1/encoder/
rd.c 995 int fp_row, fp_col; local
    [all...]

Completed in 139 milliseconds