HomeSort by relevance Sort by last modified time
    Searched refs:three_dc_val (Results 1 - 4 of 4) sorted by null

  /external/libhevc/common/
ihevc_intra_pred_filters.c 821 WORD32 dc_val, two_dc_val, three_dc_val; local
859 three_dc_val = 3 * dc_val;
875 pu1_dst[col] = (pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2;
878 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)
    [all...]
  /external/libhevc/common/arm/
ihevc_intra_pred_filters_neon_intr.c 904 WORD32 dc_val = 0, two_dc_val = 0, three_dc_val = 0; local
    [all...]
  /external/libhevc/common/x86/
ihevc_intra_pred_filters_sse42_intr.c 406 WORD32 dc_val, two_dc_val, three_dc_val; local
474 three_dc_val = 3 * dc_val;
553 three_dc_val = 3 * dc_val;
556 src_temp1 = _mm_set1_epi16(three_dc_val + 2);
559 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2 */
562 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2) >> 2 */
576 pu1_dst[row * dst_strd] = (pu1_ref[two_nt - 1 - row] + three_dc_val + 2)
616 three_dc_val = 3 * dc_val;
617 src_temp1 = _mm_set1_epi16(three_dc_val + 2);
624 /*(pu1_ref[two_nt + 1 + col] + three_dc_val + 2 *
    [all...]
ihevc_intra_pred_filters_ssse3_intr.c 1066 WORD32 dc_val, two_dc_val, three_dc_val; local
    [all...]

Completed in 142 milliseconds