Searched defs:p3_org (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264dsp_lasx.c | 86 __m256i p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in ff_h264_h_lpf_luma_8_lasx() local 593 __m256i p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in ff_h264_h_lpf_luma_intra_8_lasx() local 811 __m256i p3_org = __lasx_xvldx(src, -img_width_2x); ff_h264_v_lpf_luma_intra_8_lasx() local [all...] |
H A D | vp9_lpf_lsx.c | 2133 __m128i p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, p0_org; in vp9_transpose_16x8_to_8x16() local
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_lpf_msa.c | 1673 v16u8 p7_org, p6_org, p5_org, p4_org, p3_org, p2_org, p1_org, p0_org; in vp9_transpose_16x8_to_8x16() local
|
H A D | h264dsp_msa.c | 736 v16u8 p3_org = LD_UB(data - (img_width << 2)); in avc_loopfilter_luma_intra_edge_hor_msa() local 824 v16u8 p3_org, p2_org, p1_org, p0_org, q0_org, q1_org, q2_org, q3_org; in avc_loopfilter_luma_intra_edge_ver_msa() local
|
Completed in 19 milliseconds