Home
last modified time | relevance | path

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

/external/libvpx/vp8/decoder/
Ddecodframe.c297 static int get_delta_q(vp8_reader *bc, int prev, int *q_update) in get_delta_q() argument
311 *q_update = 1; in get_delta_q()
759 int Q, q_update; in vp8_decode_frame() local
763 q_update = 0; in vp8_decode_frame()
764 pc->y1dc_delta_q = get_delta_q(bc, pc->y1dc_delta_q, &q_update); in vp8_decode_frame()
765 pc->y2dc_delta_q = get_delta_q(bc, pc->y2dc_delta_q, &q_update); in vp8_decode_frame()
766 pc->y2ac_delta_q = get_delta_q(bc, pc->y2ac_delta_q, &q_update); in vp8_decode_frame()
767 pc->uvdc_delta_q = get_delta_q(bc, pc->uvdc_delta_q, &q_update); in vp8_decode_frame()
768 pc->uvac_delta_q = get_delta_q(bc, pc->uvac_delta_q, &q_update); in vp8_decode_frame()
770 if (q_update) in vp8_decode_frame()