Searched refs:y_idx (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 434 int y_idx = y16_idx + ((k >> 1) << 3); in choose_partitioning() local 437 if (x_idx < pixels_wide && y_idx < pixels_high) in choose_partitioning() 438 vp9_get8x8var(s + y_idx * sp + x_idx, sp, in choose_partitioning() 439 d + y_idx * dp + x_idx, dp, &sse, &sum); in choose_partitioning() 1567 int y_idx = (i >> 1) * (mi_step >> 1); in rd_use_partition() local 1572 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition() 1576 mi_row + y_idx, mi_col + x_idx, subsize, &rt, &dt, in rd_use_partition() 1615 int y_idx = (i >> 1) * (mi_step >> 1); in rd_use_partition() local 1621 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition() 1626 rd_pick_sb_modes(cpi, tile, mi_row + y_idx, mi_col + x_idx, &rt, &dt, in rd_use_partition() [all …]
|
D | vp9_rdopt.c | 352 int x_idx, y_idx; in rate_block() local 353 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx); in rate_block() 356 args->t_left + y_idx, tx_size, in rate_block()
|