Lines Matching defs:bw
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()
363 static INLINE void highbd_v_predictor(uint16_t *dst, ptrdiff_t stride, int bw, in highbd_v_predictor()
375 static INLINE void highbd_h_predictor(uint16_t *dst, ptrdiff_t stride, int bw, in highbd_h_predictor()
388 int bw, int bh, const uint16_t *above, in highbd_paeth_predictor()
402 int bw, int bh, in highbd_smooth_predictor()
435 int bw, int bh, in highbd_smooth_v_predictor()
466 int bw, int bh, in highbd_smooth_h_predictor()
497 int bw, int bh, in highbd_dc_128_predictor()
511 int bw, int bh, in highbd_dc_left_predictor()
528 int bw, int bh, in highbd_dc_top_predictor()
544 static INLINE void highbd_dc_predictor(uint16_t *dst, ptrdiff_t stride, int bw, in highbd_dc_predictor()
581 int bw, int bh, in highbd_dc_predictor_rect()