Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_headers.c372 ps_pps->u1_pic_init_qp = i8_temp; in ih264d_parse_pps()
373 COPYTHECONTEXT("PPS: pic_init_qp_minus26",ps_pps->u1_pic_init_qp - 26); in ih264d_parse_pps()
Dih264d_parse_islice.c1403 WORD64 i8_temp = (WORD64)ps_pps->u1_pic_init_qp in ih264d_parse_islice()
1409 ps_slice->u1_slice_qp - ps_pps->u1_pic_init_qp); in ih264d_parse_islice()
Dih264d_parse_bslice.c1605 WORD64 i8_temp = (WORD64)ps_pps->u1_pic_init_qp in ih264d_parse_bslice()
1613 (WORD8)(ps_slice->u1_slice_qp - ps_pps->u1_pic_init_qp)); in ih264d_parse_bslice()
Dih264d_parse_pslice.c2132 WORD64 i8_temp = (WORD64)ps_pps->u1_pic_init_qp in ih264d_parse_pslice()
2140 (WORD8)(ps_cur_slice->u1_slice_qp - ps_pps->u1_pic_init_qp)); in ih264d_parse_pslice()
Dih264d_structs.h385 UWORD8 u1_pic_init_qp; /** Initial QPY for the picture {-26,25}*/ member