Home
last modified time | relevance | path

Searched refs:mv_hist_t (Results 1 – 5 of 5) sorted by relevance

/external/libhevc/encoder/
Dhme_utils.h59 void hme_init_histogram(mv_hist_t *ps_hist, S32 i4_max_mv_x, S32 i4_max_mv_y);
76 void hme_update_histogram(mv_hist_t *ps_hist, S32 i4_mv_x, S32 i4_mv_y);
111 void hme_calculate_global_mv(mv_hist_t *ps_hist, hme_mv_t *ps_mv, GMV_MVTYPE_T e_lobe_type);
Dihevce_coarse_me_pass.c542 mv_hist_t *ps_hist_thrd0; in ihevce_coarse_me_frame_end()
568 mv_hist_t *ps_hist; in ihevce_coarse_me_frame_end()
Dhme_defs.h1598 } mv_hist_t; typedef
2765 mv_hist_t *aps_mv_hist[MAX_NUM_REF];
3077 mv_hist_t *aps_mv_hist[MAX_NUM_REF];
Dhme_interface.c1472 size = ps_prms->i4_num_proc_thrds * sizeof(mv_hist_t); in hme_enc_alloc_init_mem()
1475 mv_hist_t *ps_mv_hist = (mv_hist_t *)ps_memtabs[count].pu1_mem; in hme_enc_alloc_init_mem()
2069 size = ps_prms->i4_num_proc_thrds * sizeof(mv_hist_t); in hme_coarse_alloc_init_mem()
2072 mv_hist_t *ps_mv_hist = (mv_hist_t *)ps_memtabs[count].pu1_mem; in hme_coarse_alloc_init_mem()
Dhme_utils.c223 void hme_init_histogram(mv_hist_t *ps_hist, S32 i4_max_mv_x, S32 i4_max_mv_y) in hme_init_histogram()
291 void hme_update_histogram(mv_hist_t *ps_hist, S32 i4_mv_x, S32 i4_mv_y) in hme_update_histogram()
354 void hme_calculate_global_mv(mv_hist_t *ps_hist, hme_mv_t *ps_mv, GMV_MVTYPE_T e_lobe_type) in hme_calculate_global_mv()