Searched refs:HEVC_EVEN16_CALC (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
D | hevc_idct_lsx.c | 277 #define HEVC_EVEN16_CALC(input, sum0_r, sum0_l, load_idx, store_idx) \ macro 614 HEVC_EVEN16_CALC(tmp_buf_ptr, sum0_r, sum0_l, 0, 7); in hevc_idct_8x32_column_lsx() 615 HEVC_EVEN16_CALC(tmp_buf_ptr, sum1_r, sum1_l, 3, 4); in hevc_idct_8x32_column_lsx() 627 HEVC_EVEN16_CALC(tmp_buf_ptr, sum0_r, sum0_l, 1, 6); in hevc_idct_8x32_column_lsx() 628 HEVC_EVEN16_CALC(tmp_buf_ptr, sum1_r, sum1_l, 2, 5); in hevc_idct_8x32_column_lsx()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevc_idct_msa.c | 264 #define HEVC_EVEN16_CALC(input, sum0_r, sum0_l, load_idx, store_idx) \ macro 507 HEVC_EVEN16_CALC(tmp_buf_ptr, sum0_r, sum0_l, i, (7 - i)); in hevc_idct_8x32_column_msa() 508 HEVC_EVEN16_CALC(tmp_buf_ptr, sum1_r, sum1_l, (3 - i), (4 + i)); in hevc_idct_8x32_column_msa()
|