Lines Matching refs:pixels_wide
651 int pixels_wide, int pixels_high) { in compute_minmax_8x8() argument
661 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in compute_minmax_8x8()
686 int pixels_wide, int pixels_high, in fill_variance_4x4avg() argument
694 if (x4_idx < pixels_wide && y4_idx < pixels_high) { in fill_variance_4x4avg()
722 int pixels_wide, int pixels_high, in fill_variance_8x8avg() argument
730 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in fill_variance_8x8avg()
1261 int pixels_wide = 64, pixels_high = 64; in choose_partitioning() local
1350 if (xd->mb_to_right_edge < 0) pixels_wide += (xd->mb_to_right_edge >> 3); in choose_partitioning()
1535 pixels_wide, pixels_high, is_key_frame); in choose_partitioning()
1560 pixels_wide, pixels_high); in choose_partitioning()
1585 pixels_wide, pixels_high, is_key_frame); in choose_partitioning()
5150 int pixels_wide = 64, pixels_high = 64; in get_estimated_pred() local
5156 if (xd->mb_to_right_edge < 0) pixels_wide += (xd->mb_to_right_edge >> 3); in get_estimated_pred()