Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
Dhevc_idct_lsx.c531 int32_t buf_pitch_8 = buf_pitch << 3; in hevc_idct_8x32_column_lsx() local
555 in1 = __lsx_vld(src2 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
557 in3 = __lsx_vld(src2 + buf_pitch_16 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
559 in5 = __lsx_vld(src3 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
561 in7 = __lsx_vld(src3 + buf_pitch_16 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
633 in2 = __lsx_vld(src1 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
634 in3 = __lsx_vld(src1 + buf_pitch_8 + buf_pitch_4, 0); in hevc_idct_8x32_column_lsx()
637 in6 = __lsx_vld(src1 + buf_pitch_16 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
638 in7 = __lsx_vld(src1 + buf_pitch_16 + buf_pitch_8 + buf_pitch_4, 0); in hevc_idct_8x32_column_lsx()
682 in4 = __lsx_vld(src0 + buf_pitch_8, 0); in hevc_idct_8x32_column_lsx()
[all …]