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

  /external/libavc/encoder/
irc_rate_control_api_structs.h 88 picture_type_e prev_ref_pic_type; member in struct:rate_control_api_t
irc_rate_control_api.c 313 ps_rate_control_api->prev_ref_pic_type = I_PIC;
562 prev_qp = ps_rate_control_api->au1_prev_frm_qp[ps_rate_control_api->prev_ref_pic_type];
564 if(ps_rate_control_api->prev_ref_pic_type != e_pic_type)
584 else if(ps_rate_control_api->prev_ref_pic_type == P_PIC)
593 else /* if(ps_rate_control_api->prev_ref_pic_type == I_PIC*/
    [all...]

Completed in 330 milliseconds