Lines Matching defs:dst
23 static inline void v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in v_predictor()
34 static inline void h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in h_predictor()
60 static inline void paeth_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in paeth_predictor()
84 static inline void smooth_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_predictor()
115 static inline void smooth_v_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_v_predictor()
144 static inline void smooth_h_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in smooth_h_predictor()
173 static inline void dc_128_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_128_predictor()
186 static inline void dc_left_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_left_predictor()
201 static inline void dc_top_predictor(uint8_t *dst, ptrdiff_t stride, int bw, in dc_top_predictor()
216 static inline void dc_predictor(uint8_t *dst, ptrdiff_t stride, int bw, int bh, in dc_predictor()
265 static inline void dc_predictor_rect(uint8_t *dst, ptrdiff_t stride, int bw, in dc_predictor_rect()
290 void aom_dc_predictor_4x8_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x8_c()
295 void aom_dc_predictor_8x4_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x4_c()
301 void aom_dc_predictor_4x16_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_4x16_c()
306 void aom_dc_predictor_16x4_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_16x4_c()
312 void aom_dc_predictor_8x16_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x16_c()
317 void aom_dc_predictor_16x8_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_16x8_c()
323 void aom_dc_predictor_8x32_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_8x32_c()
328 void aom_dc_predictor_32x8_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_32x8_c()
334 void aom_dc_predictor_16x32_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_16x32_c()
339 void aom_dc_predictor_32x16_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_32x16_c()
345 void aom_dc_predictor_16x64_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_16x64_c()
350 void aom_dc_predictor_64x16_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_64x16_c()
356 void aom_dc_predictor_32x64_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_32x64_c()
361 void aom_dc_predictor_64x32_c(uint8_t *dst, ptrdiff_t stride, in aom_dc_predictor_64x32_c()
371 static inline void highbd_v_predictor(uint16_t *dst, ptrdiff_t stride, int bw, in highbd_v_predictor()
383 static inline void highbd_h_predictor(uint16_t *dst, ptrdiff_t stride, int bw, in highbd_h_predictor()
395 static inline void highbd_paeth_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_paeth_predictor()
409 static inline void highbd_smooth_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_smooth_predictor()
442 static inline void highbd_smooth_v_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_smooth_v_predictor()
473 static inline void highbd_smooth_h_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_smooth_h_predictor()
504 static inline void highbd_dc_128_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_dc_128_predictor()
518 static inline void highbd_dc_left_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_dc_left_predictor()
535 static inline void highbd_dc_top_predictor(uint16_t *dst, ptrdiff_t stride, in highbd_dc_top_predictor()
552 static inline void highbd_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bw, in highbd_dc_predictor()
588 static inline void highbd_dc_predictor_rect(uint16_t *dst, ptrdiff_t stride, in highbd_dc_predictor_rect()
615 void aom_highbd_dc_predictor_4x8_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_4x8_c()
622 void aom_highbd_dc_predictor_8x4_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_8x4_c()
630 void aom_highbd_dc_predictor_4x16_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_4x16_c()
637 void aom_highbd_dc_predictor_16x4_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_16x4_c()
645 void aom_highbd_dc_predictor_8x16_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_8x16_c()
652 void aom_highbd_dc_predictor_16x8_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_16x8_c()
660 void aom_highbd_dc_predictor_8x32_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_8x32_c()
667 void aom_highbd_dc_predictor_32x8_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_32x8_c()
675 void aom_highbd_dc_predictor_16x32_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_16x32_c()
682 void aom_highbd_dc_predictor_32x16_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_32x16_c()
690 void aom_highbd_dc_predictor_16x64_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_16x64_c()
697 void aom_highbd_dc_predictor_64x16_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_64x16_c()
705 void aom_highbd_dc_predictor_32x64_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_32x64_c()
712 void aom_highbd_dc_predictor_64x32_c(uint16_t *dst, ptrdiff_t stride, in aom_highbd_dc_predictor_64x32_c()