Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/x86/
Dintrapred_ssse3.c1251 static INLINE void smooth_v_predictor_wxh(uint8_t *dst, ptrdiff_t stride, in smooth_v_predictor_wxh() function
1299 smooth_v_predictor_wxh(dst, stride, above, left, 16, 4); in aom_smooth_v_predictor_16x4_ssse3()
1305 smooth_v_predictor_wxh(dst, stride, above, left, 16, 8); in aom_smooth_v_predictor_16x8_ssse3()
1311 smooth_v_predictor_wxh(dst, stride, above, left, 16, 16); in aom_smooth_v_predictor_16x16_ssse3()
1317 smooth_v_predictor_wxh(dst, stride, above, left, 16, 32); in aom_smooth_v_predictor_16x32_ssse3()
1323 smooth_v_predictor_wxh(dst, stride, above, left, 32, 8); in aom_smooth_v_predictor_32x8_ssse3()
1329 smooth_v_predictor_wxh(dst, stride, above, left, 32, 16); in aom_smooth_v_predictor_32x16_ssse3()
1335 smooth_v_predictor_wxh(dst, stride, above, left, 32, 32); in aom_smooth_v_predictor_32x32_ssse3()
1341 smooth_v_predictor_wxh(dst, stride, above, left, 32, 64); in aom_smooth_v_predictor_32x64_ssse3()
1347 smooth_v_predictor_wxh(dst, stride, above, left, 64, 64); in aom_smooth_v_predictor_64x64_ssse3()
[all …]