Searched defs:y_idx (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c434 int y_idx = y16_idx + ((k >> 1) << 3); local
437 if (x_idx < pixels_wide && y_idx < pixels_high)
438 vp9_get8x8var(s + y_idx * sp + x_idx, sp,
439 d + y_idx * dp + x_idx, dp, &sse, &sum);
1564 int y_idx = (i >> 1) * (mi_step >> 1); local
1569 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols))
1573 mi_row + y_idx, mi_col + x_idx, subsize, &rt, &dt,
1612 int y_idx = (i >> 1) * (mi_step >> 1); local
1618 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols))
1623 rd_pick_sb_modes(cpi, tile, mi_row + y_idx, mi_co
2269 const int y_idx = (i >> 1) * mi_step; local
2809 const int y_idx = (i >> 1) * ms; local
[all...]
H A Dvp9_rdopt.c380 int x_idx, y_idx; local
381 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx);
384 args->t_left + y_idx, tx_size,
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodeframe.c513 int y_idx = y16_idx + ((k >> 1) << 3); local
516 if (x_idx < pixels_wide && y_idx < pixels_high)
517 vp9_get_sse_sum_8x8(s + y_idx * sp + x_idx, sp,
518 d + y_idx * dp + x_idx, dp, &sse, &sum);
1890 int y_idx = (i >> 1) * (mi_step >> 1); local
1895 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols))
1901 mi_row + y_idx, mi_col + x_idx, subsize, &rt, &dt,
1938 int y_idx = (i >> 1) * (mi_step >> 1); local
1944 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols))
1953 rd_pick_sb_modes(cpi, tile, mi_row + y_idx, mi_co
2299 const int y_idx = (i >> 1) * mi_step; local
2915 const int y_idx = (i >> 1) * ms; local
[all...]
H A Dvp9_rdopt.c652 int x_idx, y_idx; local
653 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx);
656 args->t_left + y_idx, tx_size,

Completed in 924 milliseconds