Home
last modified time | relevance | path

Searched refs:DECODE_HEIGHT_LIMIT (Results 1 – 12 of 12) sorted by relevance

/external/libvpx/libvpx/test/
Dframe_size_tests.cc54 video.SetSize(DECODE_WIDTH_LIMIT + 16, DECODE_HEIGHT_LIMIT + 16); in TEST_F()
65 video.SetSize(DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in TEST_F()
Dtest_vectors.cc169 (DECODE_WIDTH_LIMIT >= 20400 && DECODE_HEIGHT_LIMIT >= 120)
/external/libvpx/config/mips32/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/arm/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/mips64/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/arm-neon/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/mips32-dspr2/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/generic/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/x86_64/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/x86/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/config/arm64/
Dvpx_config.h100 #define DECODE_HEIGHT_LIMIT 3072 macro
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1205 if (width > DECODE_WIDTH_LIMIT || height > DECODE_HEIGHT_LIMIT) in resize_context_buffers()
1208 width, height, DECODE_WIDTH_LIMIT, DECODE_HEIGHT_LIMIT); in resize_context_buffers()