Searched refs:ih264d_update_qp (Results 1 – 5 of 5) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_parse_islice.c | 264 ret = ih264d_update_qp(ps_dec, (WORD8)i4_delta_qp); in ih264d_parse_imb_cavlc() 353 ret = ih264d_update_qp(ps_dec, (WORD8)i4_delta_qp); in ih264d_parse_imb_cavlc() 596 ret = ih264d_update_qp(ps_dec, i1_delta_qp); in ih264d_parse_imb_cabac() 640 ret = ih264d_update_qp(ps_dec, i1_delta_qp); in ih264d_parse_imb_cabac() 773 ih264d_update_qp(ps_dec, 0); in ih264d_parse_islice_data_cavlc() 991 ih264d_update_qp(ps_dec, 0); in ih264d_parse_islice_data_cabac()
|
D | ih264d_utils.h | 82 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp);
|
D | ih264d_parse_pslice.c | 396 ret = ih264d_update_qp(ps_dec, (WORD8)i_temp); in ih264d_parse_pmb_cavlc() 700 ret = ih264d_update_qp(ps_dec, c_temp); in ih264d_parse_pmb_cabac() 849 ih264d_update_qp(ps_dec, 0); in ih264d_parse_inter_slice_data_cabac() 1167 ih264d_update_qp(ps_dec, 0); in ih264d_parse_inter_slice_data_cavlc() 1702 ih264d_update_qp(ps_dec, 0); in ih264d_mark_err_slice_skip()
|
D | ih264d_parse_bslice.c | 720 ret = ih264d_update_qp(ps_dec, c_temp); in ih264d_parse_bmb_cabac() 864 ret = ih264d_update_qp(ps_dec, (WORD8)i_temp); in ih264d_parse_bmb_cavlc()
|
D | ih264d_utils.c | 1683 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp) in ih264d_update_qp() function
|