Lines Matching refs:loop_cnt
271 uint32_t loop_cnt; in common_hz_8t_8x8mult_msa() local
287 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hz_8t_8x8mult_msa()
319 uint32_t loop_cnt; in common_hz_8t_16w_msa() local
335 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_hz_8t_16w_msa()
358 uint32_t loop_cnt; in common_hz_8t_32w_msa() local
374 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_hz_8t_32w_msa()
417 int32_t loop_cnt; in common_hz_8t_64w_msa() local
433 for (loop_cnt = height; loop_cnt--;) { in common_hz_8t_64w_msa()
474 uint32_t loop_cnt; in common_vt_8t_4w_msa() local
497 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_4w_msa()
526 uint32_t loop_cnt; in common_vt_8t_8w_msa() local
545 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_8w_msa()
581 uint32_t loop_cnt; in common_vt_8t_16w_msa() local
605 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_16w_msa()
663 uint32_t loop_cnt, cnt; in common_vt_8t_16w_mult_msa() local
691 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_16w_mult_msa()
767 uint32_t loop_cnt; in common_hv_8ht_8vt_4w_msa() local
806 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_8ht_8vt_4w_msa()
843 uint32_t loop_cnt; in common_hv_8ht_8vt_8w_msa() local
889 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_8ht_8vt_8w_msa()
1087 int32_t loop_cnt; in common_hz_8t_and_aver_dst_8w_msa() local
1104 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hz_8t_and_aver_dst_8w_msa()
1128 int32_t loop_cnt; in common_hz_8t_and_aver_dst_16w_msa() local
1146 for (loop_cnt = height >> 1; loop_cnt--;) { in common_hz_8t_and_aver_dst_16w_msa()
1186 uint32_t loop_cnt; in common_hz_8t_and_aver_dst_32w_msa() local
1204 for (loop_cnt = height; loop_cnt--;) { in common_hz_8t_and_aver_dst_32w_msa()
1245 uint32_t loop_cnt, cnt; in common_hz_8t_and_aver_dst_64w_msa() local
1263 for (loop_cnt = height; loop_cnt--;) { in common_hz_8t_and_aver_dst_64w_msa()
1307 uint32_t loop_cnt; in common_vt_8t_and_aver_dst_4w_msa() local
1331 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_and_aver_dst_4w_msa()
1366 uint32_t loop_cnt; in common_vt_8t_and_aver_dst_8w_msa() local
1387 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_and_aver_dst_8w_msa()
1431 uint32_t loop_cnt, cnt; in common_vt_8t_and_aver_dst_16w_mult_msa() local
1460 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_8t_and_aver_dst_16w_mult_msa()
1556 uint32_t loop_cnt; in common_hv_8ht_8vt_and_aver_dst_4w_msa() local
1596 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_8ht_8vt_and_aver_dst_4w_msa()
1639 uint32_t loop_cnt; in common_hv_8ht_8vt_and_aver_dst_8w_msa() local
1686 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_8ht_8vt_and_aver_dst_8w_msa()
1964 uint32_t loop_cnt; in ff_put_bilin_16h_msa() local
1972 loop_cnt = (height >> 2) - 1; in ff_put_bilin_16h_msa()
2001 for (; loop_cnt--;) { in ff_put_bilin_16h_msa()
2031 uint32_t loop_cnt; in ff_put_bilin_32h_msa() local
2043 for (loop_cnt = height >> 1; loop_cnt--;) { in ff_put_bilin_32h_msa()
2078 uint32_t loop_cnt; in ff_put_bilin_64h_msa() local
2090 for (loop_cnt = height; loop_cnt--;) { in ff_put_bilin_64h_msa()
2218 uint32_t loop_cnt; in common_vt_2t_8x8mult_msa() local
2232 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_vt_2t_8x8mult_msa()
2277 uint32_t loop_cnt; in ff_put_bilin_16v_msa() local
2291 for (loop_cnt = (height >> 2); loop_cnt--;) { in ff_put_bilin_16v_msa()
2331 uint32_t loop_cnt; in ff_put_bilin_32v_msa() local
2346 for (loop_cnt = (height >> 2); loop_cnt--;) { in ff_put_bilin_32v_msa()
2409 uint32_t loop_cnt; in ff_put_bilin_64v_msa() local
2423 for (loop_cnt = (height >> 1); loop_cnt--;) { in ff_put_bilin_64v_msa()
2629 uint32_t loop_cnt; in common_hv_2ht_2vt_8x8mult_msa() local
2649 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_hv_2ht_2vt_8x8mult_msa()
2723 uint32_t loop_cnt; in ff_put_bilin_16hv_msa() local
2747 for (loop_cnt = (height >> 2); loop_cnt--;) { in ff_put_bilin_16hv_msa()
3015 uint32_t loop_cnt; in ff_avg_bilin_16h_msa() local
3052 for (loop_cnt = (height >> 2) - 1; loop_cnt--;) { in ff_avg_bilin_16h_msa()
3083 uint32_t loop_cnt; in ff_avg_bilin_32h_msa() local
3096 for (loop_cnt = (height >> 1); loop_cnt--;) { in ff_avg_bilin_32h_msa()
3133 uint32_t loop_cnt; in ff_avg_bilin_64h_msa() local
3146 for (loop_cnt = height; loop_cnt--;) { in ff_avg_bilin_64h_msa()
3297 uint32_t loop_cnt; in common_vt_2t_and_aver_dst_8x8mult_msa() local
3312 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_vt_2t_and_aver_dst_8x8mult_msa()
3364 uint32_t loop_cnt; in ff_avg_bilin_16v_msa() local
3377 for (loop_cnt = (height >> 2); loop_cnt--;) { in ff_avg_bilin_16v_msa()
3418 uint32_t loop_cnt; in ff_avg_bilin_32v_msa() local
3432 for (loop_cnt = (height >> 2); loop_cnt--;) { in ff_avg_bilin_32v_msa()
3498 uint32_t loop_cnt; in ff_avg_bilin_64v_msa() local
3514 for (loop_cnt = (height >> 1); loop_cnt--;) { in ff_avg_bilin_64v_msa()
3751 uint32_t loop_cnt; in common_hv_2ht_2vt_and_aver_dst_8x8mult_msa() local
3772 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_2ht_2vt_and_aver_dst_8x8mult_msa()
3827 uint32_t loop_cnt; in ff_avg_bilin_16hv_msa() local
3850 for (loop_cnt = (height >> 2); loop_cnt--;) { in ff_avg_bilin_16hv_msa()