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

  /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);
213 const int mi_y = mi_row * 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/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 494 int y, int w, int h, int mi_x, int mi_y, const InterpKernel *kernel,
544 scaled_mv = vp9_scale_mv(&mv_q4, mi_x + x, mi_y + y, sf);
649 const int mi_y = mi_row * MI_SIZE; local
690 4 * y, 4, 4, mi_x, mi_y, kernel, sf,
707 n4h_x4, mi_x, mi_y, kernel, sf, pre_buf,
    [all...]

Completed in 1869 milliseconds