Home
last modified time | relevance | path

Searched refs:aom_img_downshift (Results 1 – 5 of 5) sorted by relevance

/external/libaom/libaom/common/
Dtools_common.h168 void aom_img_downshift(aom_image_t *dst, const aom_image_t *src,
Dtools_common.c424 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/
Dscalable_decoder.c162 aom_img_downshift(img_shifted, img, in main()
/external/libaom/libaom/test/
Dtest_vector_test.cc79 aom_img_downshift(img_shifted, &img, 0); in DecompressedFrameHook()
Dexternal_frame_buffer_test.cc255 aom_img_downshift(img_shifted, &img, 0); in DecompressedFrameHook()