Searched refs:max_luma_width (Results 1 – 7 of 7) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | intrapred_cfl_sse4.cc | 191 const int max_luma_width, const int max_luma_height, in CflSubsampler444_4xH_SSE4_1() argument 194 assert(max_luma_width >= 4); in CflSubsampler444_4xH_SSE4_1() 196 static_cast<void>(max_luma_width); in CflSubsampler444_4xH_SSE4_1() 211 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_SSE4_1() argument 216 const int invisible_width = inside ? 0 : block_width - max_luma_width; in CflSubsampler444_8xH_SSE4_1() 217 const int visible_width = max_luma_width; in CflSubsampler444_8xH_SSE4_1() 294 const int max_luma_width, const int max_luma_height, in CflSubsampler444_8xH_SSE4_1() argument 297 assert(max_luma_width >= 4); in CflSubsampler444_8xH_SSE4_1() 302 const int horz_inside = block_width <= max_luma_width; in CflSubsampler444_8xH_SSE4_1() 306 luma, max_luma_width, max_luma_height, source, stride); in CflSubsampler444_8xH_SSE4_1() [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 83 assert(max_luma_width >= 8); in CflSubsampler420_NEON() 105 vdupq_n_u16(max_luma_width == 8 ? max_luma_width - 2 : 16); in CflSubsampler420_NEON() 132 const uint16x8_t x_max_index = vdupq_n_u16(max_luma_width - 2); in CflSubsampler420_NEON() 137 const uint8_t a00 = src[max_luma_width - 2]; in CflSubsampler420_NEON() 138 const uint8_t a01 = src[max_luma_width - 1]; in CflSubsampler420_NEON() 139 const uint8_t a10 = src[max_luma_width - 2 + stride]; in CflSubsampler420_NEON() 140 const uint8_t a11 = src[max_luma_width - 1 + stride]; in CflSubsampler420_NEON() 175 const int max_luma_width, const int max_luma_height, in CflSubsampler444_NEON() argument 180 assert(max_luma_width >= 4); 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 70 assert(max_luma_width >= 4); in CflSubsampler_C() 78 std::min(x << subsampling_x, max_luma_width - (1 << subsampling_x)); 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 | 130 int max_luma_width; member
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 556 prediction_parameters.max_luma_width - luma_x, in ChromaFromLumaPrediction()
|
D | tile.cc | 1618 block.bp->prediction_parameters->max_luma_width = in TransformBlock()
|