Home
last modified time | relevance | path

Searched refs:row_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
834 for (row_cnt = 0; row_cnt < 4; row_cnt++) { in ff_hevc_idct_32x32_lsx()
836 src = (coeffs + 32 * 8 * row_cnt); 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
650 for (row_cnt = 0; row_cnt < 4; row_cnt++) { in hevc_idct_32x32_msa()
652 src = (coeffs + 32 * 8 * row_cnt); in hevc_idct_32x32_msa()

Completed in 4 milliseconds