• Home
  • Raw
  • Download

Lines Matching refs:loop_cnt

59     uint8_t loop_cnt;  in common_hz_bil_4w_msa()  local
64 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_hz_bil_4w_msa()
84 uint8_t loop_cnt; in common_hz_bil_8w_msa() local
88 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hz_bil_8w_msa()
104 uint8_t loop_cnt; in common_hz_bil_16w_msa() local
108 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_hz_bil_16w_msa()
218 uint8_t loop_cnt; in common_hz_bil_and_aver_dst_4w_msa() local
225 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_hz_bil_and_aver_dst_4w_msa()
253 uint8_t loop_cnt; in common_hz_bil_and_aver_dst_8w_msa() local
257 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hz_bil_and_aver_dst_8w_msa()
275 uint8_t loop_cnt; in common_hz_bil_and_aver_dst_16w_msa() local
279 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_hz_bil_and_aver_dst_16w_msa()
298 uint8_t loop_cnt; in common_vt_bil_4w_msa() local
305 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_vt_bil_4w_msa()
326 uint8_t loop_cnt; in common_vt_bil_8w_msa() local
332 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_bil_8w_msa()
348 uint8_t loop_cnt; in common_vt_bil_16w_msa() local
354 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_vt_bil_16w_msa()
445 uint8_t loop_cnt; in common_vt_bil_and_aver_dst_4w_msa() local
455 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_vt_bil_and_aver_dst_4w_msa()
479 uint8_t loop_cnt; in common_vt_bil_and_aver_dst_8w_msa() local
485 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_vt_bil_and_aver_dst_8w_msa()
501 uint8_t loop_cnt; in common_vt_bil_and_aver_dst_16w_msa() local
509 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_vt_bil_and_aver_dst_16w_msa()
533 uint8_t loop_cnt; in common_hv_bil_4w_msa() local
543 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_hv_bil_4w_msa()
570 uint8_t loop_cnt; in common_hv_bil_8w_msa() local
581 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_bil_8w_msa()
607 uint8_t loop_cnt; in common_hv_bil_16w_msa() local
616 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_hv_bil_16w_msa()
929 uint8_t loop_cnt; in common_hv_bil_and_aver_dst_4w_msa() local
940 for (loop_cnt = (height >> 1); loop_cnt--;) { in common_hv_bil_and_aver_dst_4w_msa()
971 uint8_t loop_cnt; in common_hv_bil_and_aver_dst_8w_msa() local
983 for (loop_cnt = (height >> 2); loop_cnt--;) { in common_hv_bil_and_aver_dst_8w_msa()
1011 uint8_t loop_cnt; in common_hv_bil_and_aver_dst_16w_msa() local
1022 for (loop_cnt = (height >> 3); loop_cnt--;) { in common_hv_bil_and_aver_dst_16w_msa()
1168 int32_t cnt, loop_cnt; in copy_16multx8mult_msa() local
1177 for (loop_cnt = (height >> 3); loop_cnt--;) { in copy_16multx8mult_msa()