Lines Matching defs:height
36 int32_t height)
44 int32_t loop_cnt = height >> 3;
45 int32_t res = height & 0x07;
88 int32_t height)
90 int32_t loop_cnt = (height >> 3);
91 int32_t res = height & 0x07;
99 for (loop_cnt = (height >> 3); loop_cnt--;) {
151 int32_t height)
159 int32_t loop_cnt = height >> 3;
160 int32_t res = height & 0x07;
164 for (loop_cnt = (height >> 3); loop_cnt--;) {
202 int32_t height)
205 uint32_t res = height & 0x07;
216 for (loop_cnt = (height >> 3); loop_cnt--;) {
274 int32_t height)
283 int32_t loop_cnt = height >> 3;
284 int32_t res = height & 0x07;
289 for (loop_cnt = (height >> 3); loop_cnt--;) {
359 int32_t height)
374 for (loop_cnt = (height >> 2); loop_cnt--;) {
413 int32_t height)
424 for (loop_cnt = (height >> 2); loop_cnt--;) {
473 int32_t height)
482 for (loop_cnt = (height >> 2); loop_cnt--;) {
548 int32_t height)
556 for (loop_cnt = (height >> 1); loop_cnt--;) {
600 const int8_t *filter, int32_t height)
602 uint32_t loop_cnt = height >> 3;
603 uint32_t res = (height & 0x7) >> 1;
687 const int8_t *filter, int32_t height)
710 for (loop_cnt = (height >> 2); loop_cnt--;) {
751 const int8_t *filter, int32_t height)
843 const int8_t *filter, int32_t height)
861 for (loop_cnt = (height >> 1); loop_cnt--;) {
903 const int8_t *filter, int32_t height)
922 for (loop_cnt = (height >> 1); loop_cnt--;) {
973 const int8_t *filter, int32_t height)
992 for (loop_cnt = height; loop_cnt--;) {
1033 const int8_t *filter, int32_t height)
1052 for (loop_cnt = height; loop_cnt--;) {
1102 const int8_t *filter, int32_t height)
1121 for (loop_cnt = height; loop_cnt--;) {
1196 const int8_t *filter, int32_t height)
1199 int32_t res = (height & 0x07) >> 1;
1232 for (loop_cnt = (height >> 3); loop_cnt--;) {
1316 const int8_t *filter, int32_t height)
1347 for (loop_cnt = (height >> 2); loop_cnt--;) {
1390 const int8_t *filter, int32_t height)
1427 for (loop_cnt = (height >> 2); loop_cnt--;) {
1495 int32_t height,
1538 for (loop_cnt = (height >> 2); loop_cnt--;) {
1616 const int8_t *filter, int32_t height)
1619 filter, height, 16);
1624 const int8_t *filter, int32_t height)
1627 filter, height, 16);
1629 filter, height);
1634 const int8_t *filter, int32_t height)
1637 filter, height, 32);
1642 const int8_t *filter, int32_t height)
1645 filter, height, 48);
1650 const int8_t *filter, int32_t height)
1653 filter, height, 64);
1659 int32_t height)
1730 for (loop_cnt = height >> 2; loop_cnt--;) {
1794 int32_t height,
1888 for (loop_cnt = height; loop_cnt--;) {
1934 int32_t height)
1937 filter_x, filter_y, height, 8);
1943 int32_t height)
2036 for (loop_cnt = height; loop_cnt--;) {
2119 for (loop_cnt = height >> 2; loop_cnt--;) {
2180 int32_t height)
2183 filter_x, filter_y, height, 16);
2189 int32_t height)
2192 filter_x, filter_y, height, 24);
2198 int32_t height)
2201 filter_x, filter_y, height, 32);
2207 int32_t height)
2210 filter_x, filter_y, height, 48);
2216 int32_t height)
2219 filter_x, filter_y, height, 64);
2227 int32_t height)
2243 for (loop_cnt = height; loop_cnt--;) {
2273 int32_t height)
2293 for (loop_cnt = (height >> 2); loop_cnt--;) {
2335 int32_t height)
2366 for (loop_cnt = (height >> 2); loop_cnt--;) {
2429 int32_t height)
2462 for (loop_cnt = (height >> 2); loop_cnt--;) {
2812 int32_t height,
2870 for (loop_cnt = height >> 2; loop_cnt--;) {
2939 int32_t height)
2942 if (2 == height) {
2945 } else if (4 == height) {
2948 } else if (6 == height) {
2951 } else if (0 == (height & 0x03)) {
2953 filter_x, filter_y, height, 1);
2963 int32_t height)
3168 int32_t height)
3170 if (4 == height) {
3175 filter_x, filter_y, height, 2);
3185 int32_t height)
3188 filter_x, filter_y, height, 3);
3197 int32_t height)
3200 filter_x, filter_y, height, 4);
3207 int height, \
3212 hevc_copy_##WIDTH##w_lsx(src, src_stride, dst, MAX_PB_SIZE, height); \
3231 int height, \
3239 MAX_PB_SIZE, filter, height); \
3272 int height, \
3281 filter_x, filter_y, height); \