Searched refs:max_luma_height (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_cfl_sse4.cc | 130 const int max_luma_height, const void* const source, ptrdiff_t stride) { in CflSubsampler444_4xH_SSE4_1() argument 133 const int visible_height = max_luma_height; in CflSubsampler444_4xH_SSE4_1() 191 const int max_luma_width, const int max_luma_height, in CflSubsampler444_4xH_SSE4_1() argument 195 assert(max_luma_height >= 4); in CflSubsampler444_4xH_SSE4_1() 199 if (block_height <= max_luma_height) { in CflSubsampler444_4xH_SSE4_1() 200 CflSubsampler444_4xH_SSE4_1<block_height_log2, true>(luma, max_luma_height, in CflSubsampler444_4xH_SSE4_1() 203 CflSubsampler444_4xH_SSE4_1<block_height_log2, false>(luma, max_luma_height, in CflSubsampler444_4xH_SSE4_1() 211 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_SSE4_1() argument 215 const int visible_height = max_luma_height; in CflSubsampler444_8xH_SSE4_1() 294 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_SSE4_1() argument [all …]
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | intrapred_cfl_neon.cc | 78 const int max_luma_width, const int max_luma_height, in CflSubsampler420_NEON() argument 95 if (y << 1 < max_luma_height - 2) { in CflSubsampler420_NEON() 125 if (y << 1 < max_luma_height - 2) { in CflSubsampler420_NEON() 161 if (y << 1 < max_luma_height - 2) { in CflSubsampler420_NEON() 175 const int max_luma_width, const int max_luma_height, in CflSubsampler444_NEON() argument 181 assert(max_luma_height <= block_height); in CflSubsampler444_NEON() 182 assert((max_luma_height % 2) == 0); in CflSubsampler444_NEON() 191 if (y < (max_luma_height - 1)) { in CflSubsampler444_NEON() 200 } while (y < max_luma_height); in CflSubsampler444_NEON() 226 if (y < max_luma_height - 1) { in CflSubsampler444_NEON() [all …]
|
/external/libgav1/libgav1/src/dsp/ |
D | intrapred_cfl.cc | 68 const int max_luma_width, const int max_luma_height, in CflSubsampler_C() argument 71 assert(max_luma_height >= 4); in CflSubsampler_C() 87 if ((y << subsampling_y) < (max_luma_height - (1 << subsampling_y))) { in CflSubsampler_C()
|
D | dsp.h | 276 int max_luma_width, int max_luma_height, const void* source,
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 131 int max_luma_height; member
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 557 prediction_parameters.max_luma_height - luma_y, in ChromaFromLumaPrediction()
|
D | tile.cc | 1620 block.bp->prediction_parameters->max_luma_height = in TransformBlock()
|