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_64/config/
Daom_config.asm50 %define DECODE_WIDTH_LIMIT 16384
Daom_config.h62 #define DECODE_WIDTH_LIMIT 16384 macro
/external/libaom/config/x86/config/
Daom_config.asm50 %define DECODE_WIDTH_LIMIT 16384
Daom_config.h62 #define DECODE_WIDTH_LIMIT 16384 macro
/external/libaom/config/arm64/config/
Daom_config.h62 #define DECODE_WIDTH_LIMIT 16384 macro
Daom_config.asm60 DECODE_WIDTH_LIMIT equ 16384 define
/external/libaom/config/arm/config/
Daom_config.h62 #define DECODE_WIDTH_LIMIT 16384 macro
Daom_config.asm60 DECODE_WIDTH_LIMIT equ 16384 define
/external/libvpx/config/arm64/
Dvpx_config.h100 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/x86_64/
Dvpx_config.h100 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h100 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/generic/
Dvpx_config.h100 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/x86/
Dvpx_config.h100 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libaom/libaom/build/cmake/
Daom_configure.cmake252 if(DECODE_HEIGHT_LIMIT OR DECODE_WIDTH_LIMIT)
254 "DECODE_HEIGHT_LIMIT and DECODE_WIDTH_LIMIT")
258 if(NOT DECODE_HEIGHT_LIMIT OR NOT DECODE_WIDTH_LIMIT)
260 "and DECODE_WIDTH_LIMIT must be set.")
Daom_config_defaults.cmake109 set_aom_config_var(DECODE_WIDTH_LIMIT 0 "Set limit for decode width.")
/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.c203 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in aom_realloc_frame_buffer()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1480 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in resize_context_buffers()
1483 width, height, DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in resize_context_buffers()
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c1943 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in resize_context_buffers()
1946 width, height, DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in resize_context_buffers()