HomeSort by relevance Sort by last modified time
    Searched full:const_v (Results 1 - 1 of 1) sorted by null

  /external/libavc/common/x86/
ih264_chroma_intra_pred_filters_ssse3.c 321 WORD32 const_u, const_v; local
325 const_v = a_v - (c_v << 1) - c_v + 16;
332 const_8x16b = _mm_setr_epi16(const_u, const_v, const_u, const_v, const_u, const_v, const_u, const_v);

Completed in 3149 milliseconds