Searched defs:max_luma_height (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/src/dsp/x86/ |
D | intrapred_cfl_sse4.cc | 130 const int max_luma_height, const void* LIBGAV1_RESTRICT const source, in CflSubsampler444_4xH_SSE4_1() 192 const int max_luma_width, const int max_luma_height, in CflSubsampler444_4xH_SSE4_1() 212 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_SSE4_1() 295 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_SSE4_1() 318 const int max_luma_width, const int max_luma_height, in CflSubsampler444_SSE4_1() 421 const int max_luma_width, const int max_luma_height, in CflSubsampler444_SSE4_1() 444 const int /*max_luma_width*/, const int max_luma_height, in CflSubsampler420_4xH_SSE4_1() 514 const int /*max_luma_width*/, const int max_luma_height, in CflSubsampler420Impl_8xH_SSE4_1() 623 const int max_luma_width, const int max_luma_height, in CflSubsampler420_8xH_SSE4_1() 637 const int /*max_luma_width*/, const int max_luma_height, in CflSubsampler420Impl_WxH_SSE4_1() [all …]
|
/external/libgav1/src/dsp/arm/ |
D | intrapred_cfl_neon.cc | 78 const int max_luma_width, const int max_luma_height, in CflSubsampler420_NEON() 175 const int max_luma_width, const int max_luma_height, in CflSubsampler444_NEON() 510 const int max_luma_height, const void* LIBGAV1_RESTRICT const source, in CflSubsampler444_4xH_NEON() 571 const int max_luma_width, const int max_luma_height, in CflSubsampler444_4xH_NEON() 592 const int max_luma_height, const void* LIBGAV1_RESTRICT const source, in CflSubsampler444_8xH_NEON() 647 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_NEON() 671 const int max_luma_width, const int max_luma_height, in CflSubsampler444_WxH_NEON() 755 const int max_luma_width, const int max_luma_height, in CflSubsampler444_WxH_NEON() 777 const int /*max_luma_width*/, const int max_luma_height, in CflSubsampler420_4xH_NEON() 844 const int max_luma_height, const void* LIBGAV1_RESTRICT const source, in CflSubsampler420Impl_8xH_NEON() [all …]
|
/external/libgav1/src/dsp/ |
D | intrapred_cfl.cc | 68 const int max_luma_width, const int max_luma_height, in CflSubsampler_C()
|
/external/libgav1/src/utils/ |
D | types.h | 106 int max_luma_height; member
|