Lines Matching defs:height
36 const int8_t *filter_y, int32_t height, int32_t weight,
128 for (loop_cnt = height >> 1; loop_cnt--;) {
212 const int8_t *filter_y, int32_t height, int32_t weight,
216 filter_y, height, weight, offset, rnd_val, 8);
222 const int8_t *filter_y, int32_t height, int32_t weight,
226 filter_y, height, weight, offset, rnd_val, 16);
232 const int8_t *filter_y, int32_t height, int32_t weight,
236 filter_y, height, weight, offset, rnd_val, 24);
242 const int8_t *filter_y, int32_t height, int32_t weight,
246 filter_y, height, weight, offset, rnd_val, 32);
252 const int8_t *filter_y, int32_t height, int32_t weight,
256 filter_y, height, weight, offset, rnd_val, 48);
262 const int8_t *filter_y, int32_t height, int32_t weight,
266 filter_y, height, weight, offset, rnd_val, 64);
275 int height, \
288 filter_y, height, weight, offset, shift); \