Searched defs:prediction_1 (Results 1 – 13 of 13) sorted by relevance
/external/libgav1/libgav1/src/dsp/x86/ |
D | weight_mask_sse4.cc | 41 const int16_t* LIBGAV1_RESTRICT prediction_1, in WeightMask16_SSE4() 91 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x8_SSE4() 104 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x16_SSE4() 120 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x32_SSE4() 145 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x8_SSE4() 159 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x16_SSE4() 175 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x32_SSE4() 194 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x64_SSE4() 221 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask32x8_SSE4() 238 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask32x16_SSE4() [all …]
|
D | average_blend_sse4.cc | 39 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend4Row() 49 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend8Row() 59 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow() 78 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_SSE4_1() 157 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendRow() 191 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend10bpp_SSE4_1()
|
D | mask_blend_sse4.cc | 234 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_SSE4() 369 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_SSE4() 659 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend10bpp_SSE4_1() 735 const uint16_t* LIBGAV1_RESTRICT prediction_1, in InterIntraWriteMaskBlendLine10bpp4x2_SSE4_1() 859 const void* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend10bpp_SSE4_1()
|
D | distance_weighted_blend_sse4.cc | 163 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_SSE4_1() 379 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_SSE4_1()
|
/external/libgav1/libgav1/src/dsp/arm/ |
D | weight_mask_neon.cc | 38 const int16_t* LIBGAV1_RESTRICT prediction_1) { in LoadPred() 45 const uint16_t* LIBGAV1_RESTRICT prediction_1) { in LoadPred() 68 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8_NEON() 104 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x8_NEON() 117 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x16_NEON() 133 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask8x32_NEON() 162 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x8_NEON() 176 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x16_NEON() 192 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x32_NEON() 211 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask16x64_NEON() [all …]
|
D | average_blend_neon.cc | 45 prediction_1) { in AverageBlend8Row() 53 const int16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow() 77 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_NEON() 148 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlend8Row() 166 const uint16_t* LIBGAV1_RESTRICT prediction_1, in AverageBlendLargeRow() 190 const void* LIBGAV1_RESTRICT prediction_1, in AverageBlend_NEON()
|
D | distance_weighted_blend_neon.cc | 57 const int16_t* LIBGAV1_RESTRICT prediction_1, const int16x4_t weights[2], in DistanceWeightedBlendSmall_NEON() 98 const int16_t* LIBGAV1_RESTRICT prediction_1, const int16x4_t weights[2], in DistanceWeightedBlendLarge_NEON() 130 const void* LIBGAV1_RESTRICT prediction_1, const uint8_t weight_0, in DistanceWeightedBlend_NEON() 268 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_NEON()
|
D | mask_blend_neon.cc | 197 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_NEON() 379 uint8_t* LIBGAV1_RESTRICT prediction_1, const ptrdiff_t prediction_stride_1, in InterIntraMaskBlend8bpp_NEON() 661 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_NEON()
|
/external/libgav1/libgav1/src/dsp/ |
D | mask_blend.cc | 48 const void* LIBGAV1_RESTRICT prediction_1, in MaskBlend_C() 92 uint8_t* LIBGAV1_RESTRICT prediction_1, in InterIntraMaskBlend8bpp_C()
|
D | average_blend.cc | 31 const void* LIBGAV1_RESTRICT prediction_1, const int width, in AverageBlend_C()
|
D | distance_weighted_blend.cc | 31 const void* LIBGAV1_RESTRICT prediction_1, in DistanceWeightedBlend_C()
|
D | weight_mask.cc | 33 const void* LIBGAV1_RESTRICT prediction_1, in WeightMask_C()
|
/external/libgav1/libgav1/src/tile/ |
D | prediction.cc | 905 void Tile::DistanceWeightedPrediction(void* prediction_0, void* prediction_1, in DistanceWeightedPrediction()
|