Lines Matching defs:high_bd
25 static int get_pix(uint8_t *buf, int i, bool high_bd) { in get_pix()
47 static uint8_t *pad_8tap_convolve(const int *data, int w, int h, bool high_bd) { in pad_8tap_convolve()
84 static void free_pad_8tap(uint8_t *padded, int width, bool high_bd) { in free_pad_8tap()
101 const bool high_bd; member
104 static uint8_t *malloc_bd(int num_entries, bool high_bd) { in malloc_bd()
115 static void free_bd(uint8_t *p, bool high_bd) { in free_bd()
126 const bool high_bd; member
141 const bool high_bd = GET_PARAM(3); in SetUp() local
157 const bool high_bd = GET_PARAM(3); in TearDown() local
172 const bool high_bd = GET_PARAM(3); in should_skip() local
195 const bool high_bd = GET_PARAM(3); in TEST_P() local
212 const bool high_bd = GET_PARAM(3); in TEST_P() local
259 const bool high_bd = GET_PARAM(2); in should_skip() local
275 const bool high_bd = GET_PARAM(2); in TEST_P() local
313 static void hardcoded_blur_test_aux(const bool high_bd) { in hardcoded_blur_test_aux()
365 bool high_bd = false; in TEST() local