Home
last modified time | relevance | path

Searched refs:prediction_stride_1 (Results 1 – 4 of 4) sorted by relevance

/external/libgav1/src/dsp/
Dmask_blend.cc49 const ptrdiff_t prediction_stride_1, in MaskBlend_C() argument
74 assert(prediction_stride_1 == width); in MaskBlend_C()
86 pred_1 += prediction_stride_1; in MaskBlend_C()
93 const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_C() argument
111 prediction_1 += prediction_stride_1; in InterIntraMaskBlend8bpp_C()
Ddsp.h591 ptrdiff_t prediction_stride_1,
608 ptrdiff_t prediction_stride_1,
/external/libgav1/src/dsp/arm/
Dmask_blend_neon.cc418 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_NEON() argument
423 prediction_0, prediction_1, prediction_stride_1, mask_ptr, mask_stride, in InterIntraMaskBlend8bpp_NEON()
429 prediction_0, prediction_1, prediction_stride_1, mask_ptr, mask_stride, in InterIntraMaskBlend8bpp_NEON()
468 prediction_1 += prediction_stride_1; in InterIntraMaskBlend8bpp_NEON()
717 const ptrdiff_t prediction_stride_1, in MaskBlend_NEON() argument
723 assert(prediction_stride_1 == width); in MaskBlend_NEON()
730 pred_0, pred_1, prediction_stride_1, mask_ptr, mask_stride, height, dst, in MaskBlend_NEON()
749 pred_1 += prediction_stride_1; in MaskBlend_NEON()
/external/libgav1/src/dsp/x86/
Dmask_blend_sse4.cc398 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_SSE4_1() argument
403 prediction_0, prediction_1, prediction_stride_1, mask_ptr, mask_stride, in InterIntraMaskBlend8bpp_SSE4_1()
434 prediction_1 += prediction_stride_1; in InterIntraMaskBlend8bpp_SSE4_1()
651 const ptrdiff_t prediction_stride_1, in MaskBlend10bpp_SSE4_1() argument
660 const ptrdiff_t pred_stride_1 = prediction_stride_1; in MaskBlend10bpp_SSE4_1()
847 const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend10bpp_SSE4_1() argument
856 const ptrdiff_t pred_stride_1 = prediction_stride_1; in InterIntraMaskBlend10bpp_SSE4_1()