Home | History | Annotate | Download | only in x86

Lines Matching refs:ofst

365 /*                  ofst     - offset value                                  */
384 WORD32 ofst,
396 ofst = (WORD8)(ofst & 0xff);
400 ofst_8x16b = _mm_set1_epi16(ofst);
595 /* ofst - offset values for u and v */
614 WORD32 ofst,
625 ofst_u = (WORD8)(ofst & 0xff);
626 ofst_v = (WORD8)(ofst >> 8);
628 ofst = (ofst_u & 0xffff) | (ofst_v << 16);
632 ofst_8x16b = _mm_set1_epi32(ofst);
837 WORD32 ofst;
846 ofst = (ofst1 + ofst2 + 1) >> 1;
851 ofst_8x16b = _mm_set1_epi16(ofst);