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

  /external/libhevc/encoder/
hme_search_algo.c 118 * @fn void hme_compute_grid_results_step_1(err_prms_t *ps_err_prms,
124 * @param[in] ps_err_prms: Various parameters to this function
134 err_prms_t *ps_err_prms, result_upd_prms_t *ps_result_prms, BLK_SIZE_T e_blk_size)
145 pf_sad_fxn = hme_get_sad_fxn(e_blk_size, ps_err_prms->i4_grid_mask, ps_err_prms->i4_part_mask);
148 hme_get_result_fxn(ps_err_prms->i4_grid_mask, ps_err_prms->i4_part_mask, i4_num_results);
150 pf_sad_fxn(ps_err_prms);
362 err_prms_t *ps_err_prms = &s_err_prms; local
363 ASSERT(ps_err_prms->i4_grid_mask != 1)
411 err_prms_t *ps_err_prms = &s_err_prms; local
    [all...]
hme_err_compute.c     [all...]
hme_err_compute.h 309 err_prms_t *ps_err_prms, result_upd_prms_t *ps_result_prms);
hme_utils.c 2566 err_prms_t *ps_err_prms = &s_err_prms; local
    [all...]
  /external/libhevc/encoder/arm/
ihevce_me_neon.c 464 err_prms_t *ps_err_prms,
472 S32 *pi4_sad_grid = ps_err_prms->pi4_sad_grid;
473 S32 cur_buf_stride = ps_err_prms->i4_inp_stride;
474 S32 ref_buf_stride = ps_err_prms->i4_ref_stride;
497 ps_err_prms->pu1_inp = ps_wt_inp_prms->apu1_wt_inp[ps_search_node->i1_ref_idx] + i4_inp_off;
498 ps_err_prms->pu1_ref = ppu1_ref[ps_search_node->i1_ref_idx] + i4_ref_off;
499 ps_err_prms->pu1_ref += ps_search_node->s_mv.i2_mvx;
500 ps_err_prms->pu1_ref += (ps_search_node->s_mv.i2_mvy * i4_ref_stride);
505 UWORD8 *pu1_curr = ps_err_prms->pu1_inp;
506 UWORD8 *pu1_ref = ps_err_prms->pu1_ref
    [all...]

Completed in 48 milliseconds