Searched defs:high_bd (Results 1 – 4 of 4) sorted by relevance
/external/libaom/libaom/test/ |
D | edge_detect_test.cc | 23 static int get_pix(uint8_t *buf, int i, bool high_bd) { in get_pix() 45 static uint8_t *pad_8tap_convolve(const int *data, int w, int h, bool high_bd) { in pad_8tap_convolve() 77 static void free_pad_8tap(uint8_t *padded, int width, bool high_bd) { in free_pad_8tap() 85 static uint8_t *malloc_bd(int num_entries, bool high_bd) { in malloc_bd() 96 static void free_bd(uint8_t *p, bool high_bd) { in free_bd() 116 const bool high_bd = GET_PARAM(3); in SetUp() local 130 const bool high_bd = GET_PARAM(3); in TearDown() local 145 const bool high_bd = GET_PARAM(3); in should_skip() local 168 const bool high_bd = GET_PARAM(3); in TEST_P() local 185 const bool high_bd = GET_PARAM(3); in TEST_P() local [all …]
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 322 const int high_bd = args.bit_depth > 8; in main() local
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.c | 14048 sobel_xy sobel(const uint8_t *input, int stride, int i, int j, bool high_bd) { in sobel() 14069 uint8_t *dst, bool high_bd, int bd) { in gaussian_blur() 14091 bool high_bd, int bd) { in edge_probability() 14119 bool high_bd, int bd) { in av1_edge_exists()
|
D | encodeframe.c | 486 const bool high_bd, const int bd) { in edge_info()
|