Searched refs:pixels_wide (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 267 int pixels_wide, int pixels_high, in fill_variance_8x8avg() argument 275 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in fill_variance_8x8avg() 289 int dp, int x16_idx, int y16_idx, int pixels_wide, in compute_minmax_8x8() argument 300 if (x8_idx < pixels_wide && y8_idx < pixels_high) { in compute_minmax_8x8() 312 int pixels_wide, int pixels_high, in fill_variance_4x4avg() argument 320 if (x4_idx < pixels_wide && y4_idx < pixels_high) { in fill_variance_4x4avg() 461 int pixels_wide = 128, pixels_high = 128; in av1_choose_var_based_partitioning() local 483 pixels_wide = 64; in av1_choose_var_based_partitioning() 490 if (xd->mb_to_right_edge < 0) pixels_wide += (xd->mb_to_right_edge >> 3); in av1_choose_var_based_partitioning() 580 fill_variance_8x8avg(s, sp, d, dp, x16_idx, y16_idx, vst, pixels_wide, in av1_choose_var_based_partitioning() [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 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() [all …]
|