Searched refs:top0 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/ |
D | hevcpred_msa.c | 939 v16i8 top0, top1, top2, top3; in hevc_intra_pred_angular_upper_4width_msa() local 980 top0 = LD_SB(ref + idx0 + 1); in hevc_intra_pred_angular_upper_4width_msa() 999 ILVR_B4_SH(zero, top0, zero, top1, zero, top2, zero, top3, in hevc_intra_pred_angular_upper_4width_msa() 1032 v16i8 top0, top1, top2, top3; in hevc_intra_pred_angular_upper_8width_msa() local 1078 top0 = LD_SB(ref + idx0 + 1); in hevc_intra_pred_angular_upper_8width_msa() 1092 UNPCK_UB_SH(top0, diff0, diff1); in hevc_intra_pred_angular_upper_8width_msa() 1131 v16u8 top0, top1, top2, top3, top4, top5, top6, top7; in hevc_intra_pred_angular_upper_16width_msa() local 1146 top0 = LD_UB(ref); in hevc_intra_pred_angular_upper_16width_msa() 1148 ST_UB(top0, ref_tmp); in hevc_intra_pred_angular_upper_16width_msa() 1176 LD_UB2(ref + idx0 + 1, 16, top0, top1); in hevc_intra_pred_angular_upper_16width_msa() [all …]
|
D | vp9_intra_msa.c | 263 v16u8 top0, top1, left0, left1, out; in ff_dc_32x32_msa() local 268 LD_UB2(src_top, 16, top0, top1); in ff_dc_32x32_msa() 270 HADD_UB2_UH(top0, top1, sum_top0, sum_top1); in ff_dc_32x32_msa()
|