Searched refs:prediction_stride_1 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/src/dsp/ |
D | mask_blend.cc | 49 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()
|
D | dsp.h | 591 ptrdiff_t prediction_stride_1, 608 ptrdiff_t prediction_stride_1,
|
/external/libgav1/src/dsp/arm/ |
D | mask_blend_neon.cc | 418 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/ |
D | mask_blend_sse4.cc | 398 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()
|