Searched refs:smooth_h_predictor_wxh (Results 1 – 1 of 1) sorted by relevance
/external/libaom/libaom/aom_dsp/x86/ |
D | intrapred_ssse3.c | 1581 static INLINE void smooth_h_predictor_wxh(uint8_t *dst, ptrdiff_t stride, in smooth_h_predictor_wxh() function 1625 smooth_h_predictor_wxh(dst, stride, above, left, 16, 4); in aom_smooth_h_predictor_16x4_ssse3() 1631 smooth_h_predictor_wxh(dst, stride, above, left, 16, 8); in aom_smooth_h_predictor_16x8_ssse3() 1637 smooth_h_predictor_wxh(dst, stride, above, left, 16, 16); in aom_smooth_h_predictor_16x16_ssse3() 1643 smooth_h_predictor_wxh(dst, stride, above, left, 16, 32); in aom_smooth_h_predictor_16x32_ssse3() 1649 smooth_h_predictor_wxh(dst, stride, above, left, 16, 64); in aom_smooth_h_predictor_16x64_ssse3() 1655 smooth_h_predictor_wxh(dst, stride, above, left, 32, 8); in aom_smooth_h_predictor_32x8_ssse3() 1661 smooth_h_predictor_wxh(dst, stride, above, left, 32, 16); in aom_smooth_h_predictor_32x16_ssse3() 1667 smooth_h_predictor_wxh(dst, stride, above, left, 32, 32); in aom_smooth_h_predictor_32x32_ssse3() 1673 smooth_h_predictor_wxh(dst, stride, above, left, 32, 64); in aom_smooth_h_predictor_32x64_ssse3() [all …]
|