Searched refs:dctop (Results 1 – 2 of 2) sorted by relevance
528 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop); in DCMode16x16() local531 const v8u16 dctemp = dctop + dcleft; in DCMode16x16()541 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop); in DCMode16x16() local542 DC = HADD_UH_U32(dctop); in DCMode16x16()
782 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop); in DC16() local788 dc += HADD_UH_U32(dctop); in DC16()854 const v8u16 dctop = __msa_hadd_u_h(rtop, rtop); in DC16NoLeft() local857 dc += HADD_UH_U32(dctop); in DC16NoLeft()
Completed in 9 milliseconds