Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_ref_list.c103 UWORD32 r_idx; in ihevcd_ref_list() local
393 r_idx = 0; in ihevcd_ref_list()
397 while(r_idx < u4_num_rps_curr_temp_list0) in ihevcd_ref_list()
399 …for(i = 0; (i < (WORD32)u4_num_st_curr_before) && (r_idx < u4_num_rps_curr_temp_list0); r_idx++, i… in ihevcd_ref_list()
405 as_ref_pic_list_temp0[r_idx] = as_ref_pic_st_curr_before[i]; in ihevcd_ref_list()
408 …for(i = 0; (i < (WORD32)u4_num_st_curr_after) && (r_idx < u4_num_rps_curr_temp_list0); r_idx++, i+… in ihevcd_ref_list()
414 as_ref_pic_list_temp0[r_idx] = as_ref_pic_st_curr_after[i]; in ihevcd_ref_list()
417 … for(i = 0; (i < (WORD32)u4_num_lt_curr) && (r_idx < u4_num_rps_curr_temp_list0); r_idx++, i++) in ihevcd_ref_list()
423 as_ref_pic_list_temp0[r_idx] = as_ref_pic_lt_curr[i]; in ihevcd_ref_list()
427 for(r_idx = 0; (WORD32)r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_ref_list()
[all …]
Dihevcd_parse_slice_header.c934 WORD32 r_idx; in ihevcd_parse_slice_header() local
972 for(r_idx = 0; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_slice_header()
974 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = NULL; in ihevcd_parse_slice_header()
975 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = NULL; in ihevcd_parse_slice_header()
977 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf = NULL; in ihevcd_parse_slice_header()
978 ps_slice_hdr->as_ref_pic_list1[r_idx].pv_mv_buf = NULL; in ihevcd_parse_slice_header()
1000 WORD32 r_idx; in ihevcd_parse_slice_header() local
1015 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_slice_header()
1017 if(NULL == ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf) in ihevcd_parse_slice_header()
1019 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_slice_header()
[all …]
Dihevcd_utils.c964 WORD32 r_idx; in ihevcd_parse_pic_init() local
1008 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx++) in ihevcd_parse_pic_init()
1010 if(NULL == ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf) in ihevcd_parse_pic_init()
1012 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
1013 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_pic_init()
1017 for(r_idx = ps_slice_hdr->i1_num_ref_idx_l0_active; r_idx < MAX_DPB_SIZE; r_idx++) in ihevcd_parse_pic_init()
1019 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_pic_buf = (void *)ps_pic_buf_ref; in ihevcd_parse_pic_init()
1020 ps_slice_hdr->as_ref_pic_list0[r_idx].pv_mv_buf = (void *)ps_mv_buf_ref; in ihevcd_parse_pic_init()
1023 for(r_idx = 0; r_idx < ps_slice_hdr->i1_num_ref_idx_l1_active; r_idx++) in ihevcd_parse_pic_init()
1025 if(NULL == ps_slice_hdr->as_ref_pic_list1[r_idx].pv_pic_buf) in ihevcd_parse_pic_init()
[all …]
Dihevcd_parse_headers.c422 WORD32 r_idx; in ihevcd_short_term_ref_pic_set() local
454 r_idx = idx - delta_idx; in ihevcd_short_term_ref_pic_set()
455 r_idx = CLIP3(r_idx, 0, idx - 1); in ihevcd_short_term_ref_pic_set()
457 ps_stref_picset_ref = ps_stref_picset_base + r_idx; in ihevcd_short_term_ref_pic_set()
/external/libaom/libaom/av1/encoder/
Dpartition_strategy.c69 int r_idx = 0; in get_res_var_features() local
70 for (r_idx = 0; r_idx < 4; r_idx++) { in get_res_var_features()
71 const int x_idx = (r_idx & 1) * bw / 2; in get_res_var_features()
72 const int y_idx = (r_idx >> 1) * bh / 2; in get_res_var_features()
239 int r_idx = 0; in simple_motion_search_prune_part_features() local
240 for (r_idx = 0; r_idx < 4; r_idx++) { in simple_motion_search_prune_part_features()
241 const int sub_mi_col = mi_col + (r_idx & 1) * w_mi / 2; in simple_motion_search_prune_part_features()
242 const int sub_mi_row = mi_row + (r_idx >> 1) * h_mi / 2; in simple_motion_search_prune_part_features()
246 use_subpixel, r_idx, &int_features[f_idx], &int_features[f_idx + 1]); in simple_motion_search_prune_part_features()
252 for (r_idx = 0; r_idx < 2; r_idx++) { in simple_motion_search_prune_part_features()
[all …]