Searched refs:high_bd (Results 1 – 5 of 5) 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() argument 26 if (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() argument 58 if (high_bd) { in pad_8tap_convolve() 72 if (high_bd) { in pad_8tap_convolve() 84 static void free_pad_8tap(uint8_t *padded, int width, bool high_bd) { in free_pad_8tap() argument 85 if (high_bd) { in free_pad_8tap() 93 Pad8TapConvolveDeleter(const int width, const bool high_bd) in Pad8TapConvolveDeleter() 94 : width(width), high_bd(high_bd) {} in Pad8TapConvolveDeleter() 97 free_pad_8tap(p, width, high_bd); in operator ()() [all …]
|
/external/libaom/libaom/examples/ |
D | noise_model.c | 323 const int high_bd = args.bit_depth > 8; in main() local 327 high_bd); in main() 336 high_bd }; in main() 376 int strides[3] = { raw.stride[0] >> high_bd, raw.stride[1] >> high_bd, in main() 377 raw.stride[2] >> high_bd }; in main()
|
/external/libaom/libaom/av1/encoder/ |
D | rdopt.h | 101 bool high_bd, int bd); 107 uint8_t *dst, bool high_bd, int bd); 116 bool high_bd);
|
D | rdopt.c | 5405 bool high_bd) { in av1_sobel() argument 5408 if (high_bd) { in av1_sobel() 5426 uint8_t *dst, bool high_bd, int bd) { in av1_gaussian_blur() argument 5438 if (high_bd) { in av1_gaussian_blur() 5447 (void)high_bd; in av1_gaussian_blur() 5454 bool high_bd, int bd) { in edge_probability() argument 5464 sobel_xy g = av1_sobel(input, w, i, j, high_bd); in edge_probability() 5482 bool high_bd, int bd) { in av1_edge_exists() argument 5488 if (high_bd) { in av1_edge_exists() 5493 av1_gaussian_blur(src, src_stride, w, h, blurred, high_bd, bd); in av1_edge_exists() [all …]
|
D | encodeframe.c | 689 const bool high_bd, const int bd) { in edge_info() argument 699 return av1_edge_exists(ref->buf, ref->stride, width, height, high_bd, bd); in edge_info()
|