Lines Matching defs:height
47 uint8_t *dst, int32_t dst_stride, int32_t height)
49 int32_t loop_cnt = height >> 3;
50 int32_t res = (height & 0x07) >> 1;
132 uint8_t *dst, int32_t dst_stride, int32_t height)
135 int32_t res = (height & 0x07) >> 1;
152 for (loop_cnt = (height >> 3); loop_cnt--;) {
228 uint8_t *dst, int32_t dst_stride, int32_t height)
230 int32_t loop_cnt = height >> 3;
231 int32_t res = (height & 7) >> 1;
248 for (loop_cnt = (height >> 3); loop_cnt--;) {
313 uint8_t *dst, int32_t dst_stride, int32_t height)
371 uint8_t *dst, int32_t dst_stride, int32_t height)
390 for (loop_cnt = (height >> 2); loop_cnt--;) {
428 uint8_t *dst, int32_t dst_stride, int32_t height)
431 dst, dst_stride, height);
433 dst + 16, dst_stride, height);
439 uint8_t *dst, int32_t dst_stride, int32_t height)
442 dst, dst_stride, height);
444 dst + 16, dst_stride, height);
450 uint8_t *dst, int32_t dst_stride, int32_t height)
453 dst, dst_stride, height);
455 dst + 16, dst_stride, height);
461 uint8_t *dst, int32_t dst_stride, int32_t height)
464 dst, dst_stride, height);
466 dst + 32, dst_stride, height);
472 const int8_t *filter, int32_t height)
491 for (loop_cnt = (height >> 1); loop_cnt--;) {
537 const int8_t *filter, int32_t height)
557 for (loop_cnt = height; loop_cnt--;) {
591 const int8_t *filter, int32_t height)
594 dst, dst_stride, filter, height);
596 dst + 16, dst_stride, filter, height);
602 const int8_t *filter, int32_t height)
605 dst, dst_stride, filter, height);
607 dst + 16, dst_stride, filter, height);
613 const int8_t *filter, int32_t height)
616 dst, dst_stride, filter, height);
618 dst + 32, dst_stride, filter, height);
624 const int8_t *filter, int32_t height)
662 for (loop_cnt = (height >> 2); loop_cnt--;) {
711 const int8_t *filter, int32_t height,
760 for (loop_cnt = (height >> 1); loop_cnt--;) {
814 const int8_t *filter, int32_t height)
817 dst, dst_stride, filter, height, 16);
823 const int8_t *filter, int32_t height)
826 dst, dst_stride, filter, height, 16);
828 dst + 16, dst_stride, filter, height);
834 const int8_t *filter, int32_t height)
837 dst, dst_stride, filter, height, 32);
843 const int8_t *filter, int32_t height)
846 dst, dst_stride, filter, height, 48);
852 const int8_t *filter, int32_t height)
855 dst, dst_stride, filter, height, 64);
863 int32_t height, int32_t width)
947 for (loop_cnt = height; loop_cnt--;) {
1001 int32_t height)
1004 dst, dst_stride, filter_x, filter_y, height, 8);
1011 int32_t height)
1014 dst, dst_stride, filter_x, filter_y, height, 16);
1021 int32_t height)
1024 dst, dst_stride, filter_x, filter_y, height, 24);
1031 int32_t height)
1034 dst, dst_stride, filter_x, filter_y, height, 32);
1041 int32_t height)
1044 dst, dst_stride, filter_x, filter_y, height, 48);
1051 int32_t height)
1054 dst, dst_stride, filter_x, filter_y, height, 64);
1060 const int8_t *filter, int32_t height)
1089 for (loop_cnt = (height >> 2); loop_cnt--;) {
1163 const int8_t *filter, int32_t height)
1181 for (loop_cnt = height; loop_cnt--;) {
1207 const int8_t *filter, int32_t height)
1239 for (loop_cnt = (height >> 2); loop_cnt--;) {
1296 const int8_t *filter, int32_t height)
1319 for (loop_cnt = (height >> 2); loop_cnt--;) {
1368 const int8_t *filter, int32_t height)
1397 for (loop_cnt = (height >> 2); loop_cnt--;) {
1475 const int8_t *filter, int32_t height)
1478 dst, dst_stride, filter, height);
1480 dst + 16, dst_stride, filter, height);
1487 int32_t height)
1997 int32_t height, int32_t width)
2064 for (loop_cnt = height >> 2; loop_cnt--;) {
2137 int32_t height)
2139 if (2 == height) {
2142 } else if (4 == height) {
2145 } else if (6 == height) {
2150 dst, dst_stride, filter_x, filter_y, height, 8);
2158 int32_t height)
2160 if (4 == height) {
2165 dst, dst_stride, filter_x, filter_y, height, 16);
2173 int32_t height)
2176 dst, dst_stride, filter_x, filter_y, height, 24);
2183 int32_t height)
2186 dst, dst_stride, filter_x, filter_y, height, 32);
2195 int height, \
2201 dst, dst_stride, height); \
2222 int height, \
2231 filter, height); \
2263 int height, \
2273 filter_x, filter_y, height); \