Lines Matching defs:height
25 int32_t src_stride, int32_t height)
34 for (cnt = (height >> 2); cnt--;) {
41 int32_t src_stride, int32_t height)
48 for (cnt = (height >> 3); cnt--;) {
55 int32_t height)
60 for (cnt = (height / 2); cnt--;) {
68 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height)
70 copy_8bit_value_width16_msa(src, val, stride, height);
73 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height)
75 copy_8bit_value_width8_msa(src, val, stride, height);