Searched refs:aom_img_downshift (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/common/ |
D | tools_common.h | 168 void aom_img_downshift(aom_image_t *dst, const aom_image_t *src,
|
D | tools_common.c | 424 void aom_img_downshift(aom_image_t *dst, const aom_image_t *src, in aom_img_downshift() function 467 aom_img_downshift(img_shifted, img, img->bit_depth - output_bit_depth); in aom_shift_img()
|
/external/libaom/libaom/examples/ |
D | scalable_decoder.c | 162 aom_img_downshift(img_shifted, img, in main()
|
/external/libaom/libaom/test/ |
D | test_vector_test.cc | 79 aom_img_downshift(img_shifted, &img, 0); in DecompressedFrameHook()
|
D | external_frame_buffer_test.cc | 255 aom_img_downshift(img_shifted, &img, 0); in DecompressedFrameHook()
|