HomeSort by relevance Sort by last modified time
    Searched defs:c_u (Results 1 - 2 of 2) sorted by null

  /external/libavc/common/
ih264_chroma_intra_pred_filters.c 439 WORD32 a_u, b_u, c_u, h_u, v_u; /* Implementing section 8.3.4.4 . The variables represent the corresponding variables in the section*/ local
443 a_u = b_u = c_u = h_u = v_u = 0;
462 c_u = (34 * v_u + 32) >> 6;/*section 8.3.3.4 equation (8-143)*/
469 val = (a_u + b_u * (cols - 3) + c_u * (rows - 3) );/*section 8.3.4.4 equation (8-140)*/
  /external/libavc/common/x86/
ih264_chroma_intra_pred_filters_ssse3.c 247 WORD32 a_u, a_v, b_u, b_v, c_u, c_v; local
309 c_u = ((v_u << 4) + v_u + 32) >> 6;
324 const_u = a_u - (c_u << 1) - c_u + 16;
337 c2_8x16b = _mm_setr_epi16(c_u, c_v, c_u, c_v, c_u, c_v, c_u, c_v);

Completed in 211 milliseconds