Home
last modified time | relevance | path

Searched refs:tmp_buf_ptr (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_idct_lsx.c543 int32_t *tmp_buf_ptr = tmp_buf + 15; in hevc_idct_8x32_column_lsx() local
551 tmp_buf_ptr = (int32_t *)(((uintptr_t) tmp_buf_ptr) & ~(uintptr_t) 63); in hevc_idct_8x32_column_lsx()
573 __lsx_vst(sum0_r, tmp_buf_ptr, 0); in hevc_idct_8x32_column_lsx()
574 __lsx_vst(sum0_l, tmp_buf_ptr, 16); in hevc_idct_8x32_column_lsx()
582 __lsx_vst(sum0_r, tmp_buf_ptr, 32); in hevc_idct_8x32_column_lsx()
583 __lsx_vst(sum0_l, tmp_buf_ptr, 48); in hevc_idct_8x32_column_lsx()
591 __lsx_vst(sum0_r, tmp_buf_ptr, 64); in hevc_idct_8x32_column_lsx()
592 __lsx_vst(sum0_l, tmp_buf_ptr, 80); in hevc_idct_8x32_column_lsx()
600 __lsx_vst(sum0_r, tmp_buf_ptr, 96); in hevc_idct_8x32_column_lsx()
601 __lsx_vst(sum0_l, tmp_buf_ptr, 112); in hevc_idct_8x32_column_lsx()
[all …]
/third_party/ffmpeg/libavcodec/mips/
Dhevc_idct_msa.c442 int32_t *tmp_buf_ptr = tmp_buf + 15; in hevc_idct_8x32_column_msa() local
450 tmp_buf_ptr = (int32_t *)(((uintptr_t) tmp_buf_ptr) & ~(uintptr_t) 63); in hevc_idct_8x32_column_msa()
473 ST_SW2(sum0_r, sum0_l, (tmp_buf_ptr + 2 * i * 8), 4); in hevc_idct_8x32_column_msa()
484 ST_SW2(sum0_r, sum0_l, (tmp_buf_ptr + (2 * i + 1) * 8), 4); in hevc_idct_8x32_column_msa()
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()
530 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa()
535 ST_SW2(tmp0_r, tmp0_l, (tmp_buf_ptr + i * 8), 4); in hevc_idct_8x32_column_msa()
538 ST_SW2(tmp1_r, tmp1_l, (tmp_buf_ptr + (15 - i) * 8), 4); in hevc_idct_8x32_column_msa()
580 LD_SW2(tmp_buf_ptr + i * 8, 4, tmp0_r, tmp0_l); in hevc_idct_8x32_column_msa()
[all …]