Home | History | Annotate | Download | only in x86

Lines Matching refs:grp

22   OMX_INT grp;
29 // grp == 0
79 // grp > 0
80 for (grp = 1; grp < sub_size; ++grp) {
81 const OMX_F32 *tw1 = twiddle + grp * step;
82 const OMX_F32 *tw2 = tw1 + grp * step;
83 const OMX_F32 *tw3 = tw2 + grp * step;
94 const OMX_F32 *in0 = in + set + grp * sub_num;