Home
last modified time | relevance | path

Searched refs:max_luma_width (Results 1 – 7 of 7) sorted by relevance

/external/libgav1/libgav1/src/dsp/x86/
Dintrapred_cfl_sse4.cc191 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/
Dintrapred_cfl_neon.cc78 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/
Dintrapred_cfl.cc68 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()
Ddsp.h276 int max_luma_width, int max_luma_height, const void* source,
/external/libgav1/libgav1/src/utils/
Dtypes.h130 int max_luma_width; member
/external/libgav1/libgav1/src/tile/
Dprediction.cc556 prediction_parameters.max_luma_width - luma_x, in ChromaFromLumaPrediction()
Dtile.cc1618 block.bp->prediction_parameters->max_luma_width = in TransformBlock()