Home
last modified time | relevance | path

Searched refs:i4_enq_idx (Results 1 – 2 of 2) sorted by relevance

/external/libhevc/encoder/
Dihevce_lap_interface.c282 ps_lap_struct->i4_enq_idx = 0; in ihevce_lap_init()
1512 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = I_PIC; in update_rc_num_pic_type()
1513 GET_IDX_CIRCULAR_BUF(ps_lap_struct->i4_enq_idx, 1, NUM_LAP2_LOOK_AHEAD); in update_rc_num_pic_type()
1519 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = P_PIC; in update_rc_num_pic_type()
1523 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = P1_PIC; in update_rc_num_pic_type()
1525 GET_IDX_CIRCULAR_BUF(ps_lap_struct->i4_enq_idx, 1, NUM_LAP2_LOOK_AHEAD); in update_rc_num_pic_type()
1533 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = B_PIC; in update_rc_num_pic_type()
1537 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = BB_PIC; in update_rc_num_pic_type()
1539 GET_IDX_CIRCULAR_BUF(ps_lap_struct->i4_enq_idx, 1, NUM_LAP2_LOOK_AHEAD); in update_rc_num_pic_type()
1545 ps_lap_struct->ai4_pic_type_to_be_removed[ps_lap_struct->i4_enq_idx] = B1_PIC; in update_rc_num_pic_type()
[all …]
Dihevce_lap_structs.h132 WORD32 i4_enq_idx; member