Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c883 static INLINE void smooth_predictor_wxh(uint8_t *dst, ptrdiff_t stride, in smooth_predictor_wxh() function
946 smooth_predictor_wxh(dst, stride, above, left, 16, 4); in aom_smooth_predictor_16x4_ssse3()
952 smooth_predictor_wxh(dst, stride, above, left, 16, 8); in aom_smooth_predictor_16x8_ssse3()
958 smooth_predictor_wxh(dst, stride, above, left, 16, 16); in aom_smooth_predictor_16x16_ssse3()
964 smooth_predictor_wxh(dst, stride, above, left, 16, 32); in aom_smooth_predictor_16x32_ssse3()
970 smooth_predictor_wxh(dst, stride, above, left, 32, 8); in aom_smooth_predictor_32x8_ssse3()
976 smooth_predictor_wxh(dst, stride, above, left, 32, 16); in aom_smooth_predictor_32x16_ssse3()
982 smooth_predictor_wxh(dst, stride, above, left, 32, 32); in aom_smooth_predictor_32x32_ssse3()
988 smooth_predictor_wxh(dst, stride, above, left, 32, 64); in aom_smooth_predictor_32x64_ssse3()
994 smooth_predictor_wxh(dst, stride, above, left, 64, 64); in aom_smooth_predictor_64x64_ssse3()
[all …]