Lines Matching defs:height
38 const int8_t *filter, int32_t height)
57 for (loop_cnt = height; loop_cnt--;) {
130 const int8_t *filter, int32_t height)
161 for (loop_cnt = (height >> 2); loop_cnt--;) {
202 int32_t height, int32_t width)
246 for (loop_cnt = (height >> 2); loop_cnt--;) {
309 const int8_t *filter, int32_t height)
311 common_vt_8t_16w_lsx(src, src_stride, dst, dst_stride, filter, height, 16);
313 height);
318 const int8_t *filter, int32_t height)
320 common_vt_8t_16w_lsx(src, src_stride, dst, dst_stride, filter, height, 32);
325 const int8_t *filter, int32_t height)
327 common_vt_8t_16w_lsx(src, src_stride, dst, dst_stride, filter, height, 48);
332 const int8_t *filter, int32_t height)
334 common_vt_8t_16w_lsx(src, src_stride, dst, dst_stride, filter, height, 64);
340 const int8_t *filter_y, int32_t height, int32_t width)
430 for (loop_cnt = height >> 1; loop_cnt--;) {
501 const int8_t *filter_y, int32_t height)
504 filter_x, filter_y, height, 8);
509 const int8_t *filter_y, int32_t height)
512 filter_x, filter_y, height, 16);
517 const int8_t *filter_y, int32_t height)
520 filter_x, filter_y, height, 24);
525 const int8_t *filter_y, int32_t height)
528 filter_x, filter_y, height, 32);
533 const int8_t *filter_y, int32_t height)
536 filter_x, filter_y, height, 48);
541 const int8_t *filter_y, int32_t height)
544 filter_x, filter_y, height, 64);
550 const int8_t *filter, int32_t height)
656 const int8_t *filter, int32_t height)
693 for (loop_cnt = (height >> 1); loop_cnt--;) {
1014 const int8_t *filter_y, int32_t height,
1074 for (loop_cnt = (height >> 2); loop_cnt--;) {
1133 const int8_t *filter_y, int32_t height)
1135 if (2 == height) {
1137 } else if (4 == height) {
1140 } else if (6 == height) {
1142 } else if (0 == (height & 0x03)) {
1144 filter_x, filter_y, height, 1);
1151 const int8_t *filter_y, int32_t height)
1338 const int8_t *filter_y, int32_t height)
1340 if (4 == height) {
1345 filter_x, filter_y, height, 2);
1351 const int8_t *filter_y, int32_t height)
1354 filter_x, filter_y, height, 3);
1359 const int8_t *filter_y, int32_t height)
1362 filter_x, filter_y, height, 4);
1370 int height, \
1378 filter, height); \
1398 int height, \
1407 filter_x, filter_y, height); \