Searched refs:shifted_fmt (Results 1 – 4 of 4) sorted by relevance
/external/libaom/test/ |
D | test_vector_test.cc | 73 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook() local 75 if (img.bit_depth == 8 && shifted_fmt != img.fmt) { in DecompressedFrameHook() 77 aom_img_alloc(nullptr, shifted_fmt, img.d_w, img.d_h, 16); in DecompressedFrameHook()
|
D | external_frame_buffer_test.cc | 252 const aom_img_fmt_t shifted_fmt = in DecompressedFrameHook() local 254 if (img.bit_depth == 8 && shifted_fmt != img.fmt) { in DecompressedFrameHook() 256 aom_img_alloc(nullptr, shifted_fmt, img.d_w, img.d_h, 16); in DecompressedFrameHook()
|
/external/libaom/common/ |
D | tools_common.c | 489 const aom_img_fmt_t shifted_fmt = output_bit_depth == 8 in aom_shift_img() local 493 if (shifted_fmt != img->fmt || output_bit_depth != img->bit_depth) { in aom_shift_img() 495 img_shifted_realloc_required(img, img_shifted, shifted_fmt)) { in aom_shift_img() 503 img_shifted = aom_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in aom_shift_img()
|
/external/libvpx/ |
D | vpxdec.c | 969 const vpx_img_fmt_t shifted_fmt = in main_loop() local 974 img_shifted_realloc_required(img, img_shifted, shifted_fmt)) { in main_loop() 980 vpx_img_alloc(NULL, shifted_fmt, img->d_w, img->d_h, 16); in main_loop()
|