Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_islice.c264 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()
Dih264d_utils.h82 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp);
Dih264d_parse_pslice.c396 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()
Dih264d_parse_bslice.c720 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()
Dih264d_utils.c1683 WORD32 ih264d_update_qp(dec_struct_t * ps_dec, const WORD8 i1_qp) in ih264d_update_qp() function