Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/mips/
H A Dh264chroma_msa.c1797 uint32_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in copy_width4_msa() local
1802 LW4(src, stride, tp4, tp5, tp6, tp7); in copy_width4_msa()
1805 SW4(tp4, tp5, tp6, tp7, dst, stride); in copy_width4_msa()
1873 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in avg_width8_msa() local
1880 LD4(src, stride, tp4, tp5, tp6, tp7); in avg_width8_msa()
1883 INSERT_D2_UB(tp4, tp5, src2); in avg_width8_msa()
1886 LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7); in avg_width8_msa()
1889 INSERT_D2_UB(tp4, tp5, dst2); in avg_width8_msa()
H A Dvp9_mc_msa.c4089 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in avg_width8_msa() local
4097 LD4(src, src_stride, tp4, tp5, tp6, tp7); in avg_width8_msa()
4101 INSERT_D2_UB(tp4, tp5, src2); in avg_width8_msa()
4104 LD4(dst + 4 * dst_stride, dst_stride, tp4, tp5, tp6, tp7); in avg_width8_msa()
4107 INSERT_D2_UB(tp4, tp5, dst2); in avg_width8_msa()
H A Dh264qpel_msa.c702 uint64_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in ff_avg_h264_qpel8_mc00_msa() local
708 LD4(src, stride, tp4, tp5, tp6, tp7); in ff_avg_h264_qpel8_mc00_msa()
711 INSERT_D2_UB(tp4, tp5, src2); in ff_avg_h264_qpel8_mc00_msa()
715 LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7); in ff_avg_h264_qpel8_mc00_msa()
718 INSERT_D2_UB(tp4, tp5, dst2); in ff_avg_h264_qpel8_mc00_msa()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264chroma_lasx.c735 uint32_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in copy_width4_lasx() local
750 "ldx.wu %[tp5], %[src], %[stride] \n\t" in copy_width4_lasx()
759 "stx.w %[tp5], %[dst], %[stride] \n\t" in copy_width4_lasx()
764 [tp2]"+&r"(tp2), [tp3]"+&r"(tp3), [tp4]"+&r"(tp4), [tp5]"+&r"(tp5), in copy_width4_lasx()

Completed in 33 milliseconds