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

  /external/libhevc/encoder/arm/
ihevce_ssd_calculator_neon.c 235 UWORD32 inp_stride,
271 pu1_inp += inp_stride;
278 ssd = ihevce_4x4_ssd_computer_neon(pu1_inp, pu1_ref, inp_stride, ref_stride, is_chroma);
286 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, UWORD32 ht)
288 return ihevce_ssd_calculator_plane_neon(pu1_inp, pu1_ref, inp_stride, ref_stride, wd, ht, 0);
292 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, UWORD32 ht)
294 return ihevce_ssd_calculator_plane_neon(pu1_inp, pu1_ref, inp_stride, ref_stride, wd, ht, 1);
ihevce_subpel_neon.c 378 S32 inp_stride = ps_prms->i4_inp_stride; local
386 U08 *pu1_src = pu1_inp + (i & 0x1) * 8 + (i >> 1) * inp_stride * 8;
391 pu1_src, inp_stride, pu1_pred, ref_stride, NULL, 0, &ai4_satd_4x4[idx], 4, 0);
  /external/libhevc/encoder/
hme_subpel.c 572 S32 inp_stride, ref_stride; local
598 inp_stride = ps_inter_ctb_prms->i4_inp_stride;
648 inp_offset = (x_part + y_part * inp_stride) + ps_cu_results->i4_inp_offset;
1233 S32 inp_stride = ps_prms->i4_inp_stride; local
1332 S32 inp_stride = ps_prms->i4_inp_stride; local
1505 S32 inp_stride = ps_prms->i4_inp_stride; local
1664 S32 inp_stride = ps_prms->i4_inp_stride; local
1749 S32 inp_stride = ps_prms->i4_inp_stride; local
1851 S32 inp_stride = ps_prms->i4_inp_stride; local
1956 S32 inp_stride = ps_prms->i4_inp_stride; local
2086 S32 inp_stride = ps_prms->i4_inp_stride; local
    [all...]
ihevce_common_utils.c 842 * @param[in] inp_stride
861 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, UWORD32 ht)
873 pu1_inp += inp_stride;
894 * @param[in] inp_stride
913 UWORD8 *pu1_inp, UWORD8 *pu1_ref, UWORD32 inp_stride, UWORD32 ref_stride, UWORD32 wd, UWORD32 ht)
930 pu1_inp += inp_stride;
    [all...]
ihevce_enc_loop_utils.h 319 WORD32 inp_stride,
ihevce_enc_loop_structs.h 2853 WORD32 inp_stride; member in struct:__anon28589
    [all...]

Completed in 5062 milliseconds