Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c530 int32_t buf_pitch_4 = buf_pitch << 2; in hevc_idct_8x32_column_lsx() local
540 int16_t *src2 = (coeffs + buf_pitch_4); in hevc_idct_8x32_column_lsx()
632 in1 = __lsx_vld(src1 + buf_pitch_4, 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()
636 in5 = __lsx_vld(src1 + buf_pitch_16 + buf_pitch_4, 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()
680 in2 = __lsx_vld(src0 + buf_pitch_4, 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()
684 in6 = __lsx_vld(src0 + buf_pitch_8 + buf_pitch_4, 0); in hevc_idct_8x32_column_lsx()
685 in7 = __lsx_vld(src0 + buf_pitch_8 + buf_pitch_4 in hevc_idct_8x32_column_lsx()
[all...]

Completed in 2 milliseconds