Searched refs:pixels_wide (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 224 int pixels_wide, int pixels_high, in fill_variance_8x8avg() argument 232 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in fill_variance_8x8avg() 260 int pixels_wide, int pixels_high) { in compute_minmax_8x8() argument 270 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in compute_minmax_8x8() 296 int pixels_wide, int pixels_high, in fill_variance_4x4avg() argument 304 if (x4_idx < pixels_wide && y4_idx < pixels_high) { in fill_variance_4x4avg() 635 int pixels_wide = 128, pixels_high = 128; in av1_choose_var_based_partitioning() local 674 pixels_wide = 64; in av1_choose_var_based_partitioning() 681 if (xd->mb_to_right_edge < 0) pixels_wide += (xd->mb_to_right_edge >> 3); in av1_choose_var_based_partitioning() 795 pixels_wide, pixels_high, is_key_frame); in av1_choose_var_based_partitioning() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 710 int pixels_wide, int pixels_high) { in compute_minmax_8x8() argument 720 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in compute_minmax_8x8() 745 int pixels_wide, int pixels_high, in fill_variance_4x4avg() argument 753 if (x4_idx < pixels_wide && y4_idx < pixels_high) { in fill_variance_4x4avg() 781 int pixels_wide, int pixels_high, in fill_variance_8x8avg() argument 789 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in fill_variance_8x8avg() 1320 int pixels_wide = 64, pixels_high = 64; in choose_partitioning() local 1416 if (xd->mb_to_right_edge < 0) pixels_wide += (xd->mb_to_right_edge >> 3); in choose_partitioning() 1603 pixels_wide, pixels_high, is_key_frame); in choose_partitioning() 1628 pixels_wide, pixels_high); in choose_partitioning() [all …]
|