Searched refs:WriteMaskBlendLine4x2 (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libgav1/src/dsp/arm/ |
H A D | mask_blend_neon.cc | 72 inline void WriteMaskBlendLine4x2(const int16_t* LIBGAV1_RESTRICT const pred_0, in WriteMaskBlendLine4x2() function 116 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4x4_NEON() 125 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4x4_NEON() 150 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_NEON() 159 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_NEON() 168 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_NEON() 177 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_NEON()
|
/aosp_15_r20/external/libgav1/src/dsp/x86/ |
H A D | mask_blend_sse4.cc | 136 inline void WriteMaskBlendLine4x2(const int16_t* LIBGAV1_RESTRICT const pred_0, in WriteMaskBlendLine4x2() function 175 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4x4_SSE4_1() 184 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4x4_SSE4_1() 208 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_SSE4_1() 217 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_SSE4_1() 226 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_SSE4_1() 235 WriteMaskBlendLine4x2(pred_0, pred_1, pred_mask_0, pred_mask_1, dst, in MaskBlending4xH_SSE4_1()
|