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

  /external/libhevc/encoder/arm/
ihevce_hme_utils_neon.c 146 /* Run thro all ref ids, except ref==num_ref, which is already done */
231 S32 num_ref,
264 /* ref==num_ref */ /* last ref will be non weighted input */
265 pu1_dst = ps_wt_inp_prms->apu1_wt_inp_buf_array[num_ref];
274 pu1_dst = ps_wt_inp_prms->apu1_wt_inp_buf_array[num_ref] + 4 * dst_stride;
281 /* ref==num_ref */ /* last ref will be non weighted input */
288 pu1_dst = ps_wt_inp_prms->apu1_wt_inp_buf_array[num_ref];
301 for(ref = 0; ref < num_ref + 1; ref++)
303 ps_wt_inp_prms->apu1_wt_inp[ref] = ps_wt_inp_prms->apu1_wt_inp_buf_array[num_ref];
312 for(ref = 0; ref < num_ref; ref++
    [all...]
  /external/libhevc/encoder/
ihevce_coarse_me_pass.c 519 WORD32 num_ref, num_thrds, cur_poc; local
539 for(num_ref = 0; num_ref < i4_num_ref; num_ref++)
545 ps_hist_thrd0 = ps_thrd0_ctxt->aps_mv_hist[num_ref];
553 &ps_thrd0_ctxt->s_coarse_dyn_range_prms.as_dyn_range_prms[i4_layer_id][num_ref];
571 ps_hist = ps_master_ctxt->aps_me_ctxt[num_thrds]->aps_mv_hist[num_ref];
597 ->s_coarse_dyn_range_prms.as_dyn_range_prms[i4_layer_id][num_ref];
624 for(num_ref = 0; num_ref < i4_num_ref; num_ref++
846 WORD32 inp_poc, num_ref; local
    [all...]
ihevce_me_pass.h 318 recon_pic_buf_t **pps_rec_list, WORD32 poc, WORD32 i4_idr_gop_num, WORD32 num_ref);
325 WORD32 num_ref,
ihevce_me_pass.c 713 recon_pic_buf_t **pps_rec_list, WORD32 poc, WORD32 i4_idr_gop_num, WORD32 num_ref)
717 for(i = 0; i < num_ref; i++)
797 WORD32 num_ref,
821 ref_id_l1 = ihevce_me_find_poc_in_list(pps_rec_list_l1, poc, i4_idr_gop_num, num_ref);
831 ref_id_l0 = ihevce_me_find_poc_in_list(pps_rec_list_l0, poc, i4_idr_gop_num, num_ref);
846 ref_id_l1 = ihevce_me_find_poc_in_list(pps_rec_list_l1, poc, i4_idr_gop_num, num_ref);
861 ref_id_l0 = ihevce_me_find_poc_in_list(pps_rec_list_l0, poc, i4_idr_gop_num, num_ref);
1131 WORD32 inp_poc, num_ref; local
1446 WORD32 i4_num_ref = 0, num_ref, num_thrds, cur_poc, frm_num; local
    [all...]
hme_interface.c 747 S32 num_blks, num_mvs_per_blk, num_ref; local
829 S32 num_ref; local
918 S32 num_ref; local
1870 S32 num_blks, num_mvs_per_blk, num_ref; local
    [all...]
hme_interface.h     [all...]
hme_utils.h 619 S32 num_ref,
    [all...]
hme_utils.c     [all...]
hme_defs.h 323 #define SET_VALUES_FOR_TOP_REF_IDS(ps_cluster_blk, best_uni_ref, best_alt_ref, num_ref) \
327 ps_cluster_blk->num_refs = num_ref; \
    [all...]
hme_refine.c 2648 S32 num_ref = 0; local
    [all...]
  /art/runtime/
class_linker.cc 3280 size_t num_ref = 0; local
    [all...]

Completed in 360 milliseconds