Home
last modified time | relevance | path

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

/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/libvpx/config/x86/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/arm/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/mips64-msa/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/mips64/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/x86_64/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/generic/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/mips32-msa/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/mips32/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/arm64/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h96 #define DECODE_WIDTH_LIMIT 4096 macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1137 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in resize_context_buffers()
1140 width, height, DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in resize_context_buffers()