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

  /external/libavc/common/
ih264_intra_pred_filters.h 68 WORD32 left_strd,
ih264_luma_intra_pred_filters.c 738 WORD32 left_strd,
827 pu1_left[left_strd]);
831 pu1_dst[7] = ((3 * pu1_left[0]) + pu1_left[left_strd] + 2) >> 2;
836 pu1_dst[7 - idx] = FILT121(pu1_left[(idx - 1) * left_strd],
837 pu1_left[idx * left_strd],
838 pu1_left[(idx + 1) * left_strd]);
841 pu1_dst[0] = (pu1_left[6 * left_strd] + 3 * pu1_left[7 * left_strd] + 2)
    [all...]
  /external/libhevc/encoder/
ihevce_enc_loop_utils.c 2890 WORD32 left_strd; local
6288 WORD32 left_strd = i4_src_stride; local
6563 WORD32 left_strd = cu_left_stride; local
7468 WORD32 left_strd; local
8921 WORD32 left_strd; local
    [all...]

Completed in 209 milliseconds