Searched refs:compute_minmax_8x8 (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | var_based_part.c | 288 static int compute_minmax_8x8(const uint8_t *s, int sp, const uint8_t *d, in compute_minmax_8x8() function 612 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, in av1_choose_var_based_partitioning()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 646 static int compute_minmax_8x8(const uint8_t *s, int sp, const uint8_t *d, in compute_minmax_8x8() function 1556 int minmax = compute_minmax_8x8(s, sp, d, dp, x16_idx, y16_idx, in choose_partitioning()
|