Searched refs:prediction_stride_1 (Results 1 – 4 of 4) sorted by relevance
/external/libgav1/libgav1/src/dsp/ |
D | mask_blend.cc | 47 const ptrdiff_t prediction_stride_1, const uint8_t* mask, in MaskBlend_C() argument 71 assert(prediction_stride_1 == width); in MaskBlend_C() 83 pred_1 += prediction_stride_1; in MaskBlend_C() 90 const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_C() argument 107 prediction_1 += prediction_stride_1; in InterIntraMaskBlend8bpp_C()
|
D | dsp.h | 566 ptrdiff_t prediction_stride_1, 582 ptrdiff_t prediction_stride_1,
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | mask_blend_sse4.cc | 363 const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_SSE4() argument 369 prediction_0, prediction_1, prediction_stride_1, mask_ptr, mask_stride, in InterIntraMaskBlend8bpp_SSE4() 400 prediction_1 += prediction_stride_1; in InterIntraMaskBlend8bpp_SSE4() 653 const ptrdiff_t prediction_stride_1, in MaskBlend10bpp_SSE4_1() argument 663 const ptrdiff_t pred_stride_1 = prediction_stride_1; in MaskBlend10bpp_SSE4_1() 852 const ptrdiff_t prediction_stride_1, const uint8_t* const mask_ptr, in InterIntraMaskBlend10bpp_SSE4_1() argument 860 const ptrdiff_t pred_stride_1 = prediction_stride_1; in InterIntraMaskBlend10bpp_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | mask_blend_neon.cc | 374 const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_NEON() argument 380 prediction_0, prediction_1, prediction_stride_1, mask_ptr, mask_stride, in InterIntraMaskBlend8bpp_NEON() 409 prediction_1 += prediction_stride_1; in InterIntraMaskBlend8bpp_NEON()
|