Searched refs:tp7 (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264chroma_msa.c | 1797 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() 1884 INSERT_D2_UB(tp6, tp7, src3); in avg_width8_msa() 1886 LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7); in avg_width8_msa() 1890 INSERT_D2_UB(tp6, tp7, dst3); in avg_width8_msa()
|
H A D | vp9_mc_msa.c | 4089 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() 4102 INSERT_D2_UB(tp6, tp7, src3); in avg_width8_msa() 4104 LD4(dst + 4 * dst_stride, dst_stride, tp4, tp5, tp6, tp7); in avg_width8_msa() 4108 INSERT_D2_UB(tp6, tp7, dst3); in avg_width8_msa()
|
H A D | h264qpel_msa.c | 702 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() 712 INSERT_D2_UB(tp6, tp7, src3); in ff_avg_h264_qpel8_mc00_msa() 715 LD4(dst + 4 * stride, stride, tp4, tp5, tp6, tp7); in ff_avg_h264_qpel8_mc00_msa() 719 INSERT_D2_UB(tp6, tp7, dst3); in ff_avg_h264_qpel8_mc00_msa()
|
/third_party/ffmpeg/libavcodec/loongarch/ |
H A D | h264chroma_lasx.c | 735 uint32_t tp0, tp1, tp2, tp3, tp4, tp5, tp6, tp7; in copy_width4_lasx() local 752 "ldx.wu %[tp7], %[src], %[stride_3] \n\t" in copy_width4_lasx() 761 "stx.w %[tp7], %[dst], %[stride_3] \n\t" in copy_width4_lasx() 765 [tp6]"+&r"(tp6), [tp7]"+&r"(tp7) in copy_width4_lasx()
|
Completed in 30 milliseconds