Home
last modified time | relevance | path

Searched refs:x_idx (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c528 int x_idx = x16_idx + ((k & 1) << 3); in choose_partitioning() local
532 if (x_idx < pixels_wide && y_idx < pixels_high) in choose_partitioning()
533 vp9_get_sse_sum_8x8(s + y_idx * sp + x_idx, sp, in choose_partitioning()
534 d + y_idx * dp + x_idx, dp, &sse, &sum); in choose_partitioning()
839 int i, x_idx, y; in update_state() local
895 for (x_idx = 0; x_idx < mi_width; x_idx++) in update_state()
896 if ((xd->mb_to_right_edge >> (3 + MI_SIZE_LOG2)) + mi_width > x_idx in update_state()
898 xd->mi[x_idx + y * mis] = mi_addr; in update_state()
1724 int x_idx = (i & 1) * (mi_step >> 1); in rd_use_partition() local
1730 if ((mi_row + y_idx >= cm->mi_rows) || (mi_col + x_idx >= cm->mi_cols)) in rd_use_partition()
[all …]
Dvp9_rdopt.c652 int x_idx, y_idx; in rate_block() local
653 txfrm_block_to_raster_xy(plane_bsize, tx_size, block, &x_idx, &y_idx); in rate_block()
655 args->rate = cost_coeffs(args->x, plane, block, args->t_above + x_idx, in rate_block()