Home
last modified time | relevance | path

Searched refs:col_cnt (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c813 uint8_t row_cnt, col_cnt; in ff_hevc_idct_32x32_lsx() local
826 for (col_cnt = 0; col_cnt < 4; col_cnt++) { in ff_hevc_idct_32x32_lsx()
828 hevc_idct_8x32_column_lsx((coeffs + col_cnt * 8), buf_pitch, round); in ff_hevc_idct_32x32_lsx()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c629 uint8_t row_cnt, col_cnt; in hevc_idct_32x32_msa() local
642 for (col_cnt = 0; col_cnt < 4; col_cnt++) { in hevc_idct_32x32_msa()
644 hevc_idct_8x32_column_msa((coeffs + col_cnt * 8), buf_pitch, round); in hevc_idct_32x32_msa()

Completed in 4 milliseconds