Searched refs:tmp1_r (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_lpf_msa.c | 639 v8u16 tmp0_r, tmp1_r, tmp0_l, tmp1_l; in vp9_hz_lpf_t16_16w() local 670 tmp1_r = p6_r_in + p5_r_in; in vp9_hz_lpf_t16_16w() 671 tmp1_r += p4_r_in; in vp9_hz_lpf_t16_16w() 672 tmp1_r += p3_r_in; in vp9_hz_lpf_t16_16w() 673 tmp1_r += p2_r_in; in vp9_hz_lpf_t16_16w() 674 tmp1_r += p1_r_in; in vp9_hz_lpf_t16_16w() 675 tmp1_r += p0_r_in; in vp9_hz_lpf_t16_16w() 676 tmp1_r += tmp0_r; in vp9_hz_lpf_t16_16w() 677 r_out = __msa_srari_h((v8i16) tmp1_r, 4); in vp9_hz_lpf_t16_16w() 708 tmp1_r in vp9_hz_lpf_t16_16w() 1852 v8u16 tmp0_r, tmp1_r; vp9_vt_lpf_t16_8w() local 2189 v8u16 tmp0_r, tmp1_r, tmp0_l, tmp1_l; vp9_vt_lpf_t16_16w() local [all...] |
H A D | h264idct_msa.c | 117 v4i32 tmp0_r, tmp1_r, tmp2_r, tmp3_r, tmp4_r, tmp5_r, tmp6_r, tmp7_r; in avc_idct8_addblk_msa() local 161 UNPCK_SH_SW(res1, tmp1_r, tmp1_l); in avc_idct8_addblk_msa() 188 vec1_r = tmp1_r - vec1_r + tmp7_r - tmp3_r; in avc_idct8_addblk_msa() 192 vec2_r = vec2_r - tmp1_r + tmp7_r + tmp5_r; in avc_idct8_addblk_msa() 194 vec3_r = tmp1_r >> 1; in avc_idct8_addblk_msa() 196 vec3_r = vec3_r + tmp3_r + tmp5_r + tmp1_r; in avc_idct8_addblk_msa() 198 tmp1_r = vec3_r >> 2; in avc_idct8_addblk_msa() 200 tmp1_r += vec0_r; in avc_idct8_addblk_msa() 218 BUTTERFLY_4(tmp6_r, tmp6_l, tmp1_l, tmp1_r, res3_r, res3_l, res4_l, res4_r); in avc_idct8_addblk_msa()
|
H A D | hevc_idct_msa.c | 267 tmp1_r = sum0_r; \ 272 tmp1_r -= tmp0_r; \ 274 ST_SW2(tmp1_r, tmp1_l, (input + store_idx * 8), 4); \ 447 v4i32 sum0_r, sum0_l, sum1_r, sum1_l, tmp0_r, tmp0_l, tmp1_r, tmp1_l; in hevc_idct_8x32_column_msa() local 500 filter1, sum0_r, sum0_l, tmp1_r, tmp1_l); in hevc_idct_8x32_column_msa() 502 sum1_r = sum0_r - tmp1_r; in hevc_idct_8x32_column_msa() 504 sum0_r = sum0_r + tmp1_r; in hevc_idct_8x32_column_msa() 531 tmp1_r = tmp0_r; in hevc_idct_8x32_column_msa() 536 tmp1_r -= sum0_r; in hevc_idct_8x32_column_msa() 538 ST_SW2(tmp1_r, tmp1_ in hevc_idct_8x32_column_msa() [all...] |
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | hevc_idct_lsx.c | 281 tmp1_r = sum0_r; \ 287 tmp1_r = __lsx_vsub_w(tmp1_r, tmp0_r); \ 289 __lsx_vst(tmp1_r, (input + store_idx * 8), 0); \ 548 __m128i sum0_r, sum0_l, sum1_r, sum1_l, tmp0_r, tmp0_l, tmp1_r, tmp1_l; in hevc_idct_8x32_column_lsx() local 608 src3_r, filter1, src3_l, filter1, sum0_r, sum0_l, tmp1_r, tmp1_l); in hevc_idct_8x32_column_lsx() 609 sum1_r = __lsx_vsub_w(sum0_r, tmp1_r); in hevc_idct_8x32_column_lsx() 611 sum0_r = __lsx_vadd_w(sum0_r, tmp1_r); in hevc_idct_8x32_column_lsx() 621 src3_r, filter1, src3_l, filter1, sum0_r, sum0_l, tmp1_r, tmp1_l); in hevc_idct_8x32_column_lsx() 622 sum1_r = __lsx_vsub_w(sum0_r, tmp1_r); in hevc_idct_8x32_column_lsx() [all...] |
Completed in 8 milliseconds