Searched defs:high_bd (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | edge_detect_test.cc | 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 [all …]
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 323 const int high_bd = args.bit_depth > 8; in main() local
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 5405 bool high_bd) { in av1_sobel() 5426 uint8_t *dst, bool high_bd, int bd) { in av1_gaussian_blur() 5454 bool high_bd, int bd) { in edge_probability() 5482 bool high_bd, int bd) { in av1_edge_exists()
|
D | encodeframe.c | 689 const bool high_bd, const int bd) { in edge_info()
|