HomeSort by relevance Sort by last modified time
    Searched refs:b0 (Results 176 - 200 of 295) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 54 ;# Do horiz xf on two rows of coeffs v8 = a0 a1 a2 a3 b0 b1 b2 b3.
58 ;# The two resulting A0..A3 B0..B3 are later combined
62 vperm v9, v8, v8, v4 ;# v9 = a2 a3 a0 a1 b2 b3 b0 b1
66 vsraw v10, v10, v7 ;# v10 = A0 A1 B0 B1
72 vpkuwum v10, v10, v11 ;# v10 = A0 A1 B0 B1 A2 A3 B2 B3
73 vperm \Dst, v10, v10, v5 ;# Dest = A0 B0 A1 B1 A2 B2 A3 B3