Searched refs:ref_id (Results 1 – 4 of 4) sorted by relevance
/external/libhevc/encoder/ |
D | hme_refine.c | 235 if(u1_pred_dir == !pu1_refid_to_pred_dir_list[ps_data->ref_id]) in hme_add_clustered_mvs_as_merge_cands() 243 ps_merge_cand[i4_num_cands_added].i1_ref_idx = ps_data->ref_id; in hme_add_clustered_mvs_as_merge_cands() 248 pps_range_prms[ps_data->ref_id], in hme_add_clustered_mvs_as_merge_cands() 257 (ps_merge_cand[k].i1_ref_idx == ps_data->ref_id)) in hme_add_clustered_mvs_as_merge_cands() 2689 S32 ref_id; in hme_sort_and_assign_top_ref_ids_areawise() local 2696 ref_id = ps_data->ref_id; in hme_sort_and_assign_top_ref_ids_areawise() 2700 ai4_uni_area[ref_id] += ps_data->uni_mv_pixel_area; in hme_sort_and_assign_top_ref_ids_areawise() 2701 ai4_bi_area[ref_id] += ps_data->bi_mv_pixel_area; in hme_sort_and_assign_top_ref_ids_areawise() 2703 if(!ai4_ref_id_found[ref_id]) in hme_sort_and_assign_top_ref_ids_areawise() 2705 ai4_ref_id[ref_id] = ref_id; in hme_sort_and_assign_top_ref_ids_areawise() [all …]
|
D | hme_defs.h | 311 if(-1 != (ps_cluster)->as_cluster_data[m].ref_id) \ 313 (ps_cluster)->au1_num_clusters[(ps_cluster)->as_cluster_data[m].ref_id]--; \ 393 (ps_cluster_blk->au1_num_clusters[ps_data->ref_id] > \ 397 as_outliers[num_outliers_present].ref_idx = ps_data->ref_id; \ 2242 S08 ref_id; member
|
/external/libaom/libaom/av1/common/ |
D | mvref_common.c | 439 const MV_REFERENCE_FRAME *const rf, int_mv ref_id[2][2], in process_compound_ref_mv_candidate() 446 ref_id[cmp_idx][ref_id_count[cmp_idx]] = candidate->mv[rf_idx]; in process_compound_ref_mv_candidate() 694 int_mv ref_id[2][2], ref_diff[2][2]; in setup_ref_mv_list() local 706 candidate, cm, rf, ref_id, ref_id_count, ref_diff, ref_diff_count); in setup_ref_mv_list() 713 candidate, cm, rf, ref_id, ref_id_count, ref_diff, ref_diff_count); in setup_ref_mv_list() 724 comp_list[comp_idx][idx] = ref_id[idx][list_idx]; in setup_ref_mv_list()
|
/external/scapy/test/ |
D | regression.uts | 6750 assert(p.ref_id == b'INIT')
|