Home
last modified time | relevance | path

Searched refs:DECODE_WIDTH_LIMIT (Results 1 – 22 of 22) sorted by relevance

/external/libaom/libaom/test/
Dframe_size_tests.cc53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F()
62 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F()
/external/libvpx/libvpx/test/
Dframe_size_tests.cc53 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F()
64 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F()
Dtest_vectors.cc312 (DECODE_WIDTH_LIMIT >= 20400 && DECODE_HEIGHT_LIMIT >= 120)
/external/libaom/config/x86/config/
Daom_config.asm47 %define DECODE_WIDTH_LIMIT 16384
Daom_config.h60 #define DECODE_WIDTH_LIMIT 16384 macro
/external/libaom/config/x86_64/config/
Daom_config.asm47 %define DECODE_WIDTH_LIMIT 16384
Daom_config.h60 #define DECODE_WIDTH_LIMIT 16384 macro
/external/libaom/config/arm64/config/
Daom_config.h60 #define DECODE_WIDTH_LIMIT 16384 macro
Daom_config.asm58 DECODE_WIDTH_LIMIT equ 16384 define
/external/libaom/config/arm/config/
Daom_config.h60 #define DECODE_WIDTH_LIMIT 16384 macro
Daom_config.asm58 DECODE_WIDTH_LIMIT equ 16384 define
/external/libaom/libaom/build/cmake/
Daom_configure.cmake232 if(DECODE_HEIGHT_LIMIT OR DECODE_WIDTH_LIMIT)
234 "DECODE_HEIGHT_LIMIT and DECODE_WIDTH_LIMIT")
238 if(NOT DECODE_HEIGHT_LIMIT OR NOT DECODE_WIDTH_LIMIT)
240 "and DECODE_WIDTH_LIMIT must be set.")
Daom_config_defaults.cmake116 set_aom_config_var(DECODE_WIDTH_LIMIT 0 NUMBER "Set limit for decode width.")
/external/libvpx/config/arm-neon/
Dvpx_config.h98 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/x86/
Dvpx_config.h98 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/generic/
Dvpx_config.h98 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/arm64/
Dvpx_config.h98 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/x86_64/
Dvpx_config.h98 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12config.c157 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) return -1; in vpx_realloc_frame_buffer()
/external/libaom/libaom/aom_scale/generic/
Dyv12config.c202 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) return -1; in aom_realloc_frame_buffer()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1471 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in resize_context_buffers()
1474 width, height, DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in resize_context_buffers()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c2335 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in resize_context_buffers()
2338 width, height, DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in resize_context_buffers()