Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c529 int32_t buf_pitch_2 = buf_pitch << 1; in hevc_idct_8x32_column_lsx() local
539 int16_t *src1 = (coeffs + buf_pitch_2); in hevc_idct_8x32_column_lsx()
679 in1 = __lsx_vld(src0 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
681 in3 = __lsx_vld(src0 + buf_pitch_4 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
683 in5 = __lsx_vld(src0 + buf_pitch_8 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
685 in7 = __lsx_vld(src0 + buf_pitch_8 + buf_pitch_4 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
693 in1 = __lsx_vld(src0 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
695 in3 = __lsx_vld(src0 + buf_pitch_4 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
697 in5 = __lsx_vld(src0 + buf_pitch_8 + buf_pitch_2, 0); in hevc_idct_8x32_column_lsx()
699 in7 = __lsx_vld(src0 + buf_pitch_8 + buf_pitch_4 + buf_pitch_2, in hevc_idct_8x32_column_lsx()
[all...]

Completed in 2 milliseconds