Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddecodeframe.c281 static int get_delta_q(vp8_reader *bc, int prev, int *q_update) in get_delta_q() argument
295 *q_update = 1; in get_delta_q()
1199 int Q, q_update; in vp8_decode_frame() local
1203 q_update = 0; in vp8_decode_frame()
1204 pc->y1dc_delta_q = get_delta_q(bc, pc->y1dc_delta_q, &q_update); in vp8_decode_frame()
1205 pc->y2dc_delta_q = get_delta_q(bc, pc->y2dc_delta_q, &q_update); in vp8_decode_frame()
1206 pc->y2ac_delta_q = get_delta_q(bc, pc->y2ac_delta_q, &q_update); in vp8_decode_frame()
1207 pc->uvdc_delta_q = get_delta_q(bc, pc->uvdc_delta_q, &q_update); in vp8_decode_frame()
1208 pc->uvac_delta_q = get_delta_q(bc, pc->uvac_delta_q, &q_update); in vp8_decode_frame()
1210 if (q_update) in vp8_decode_frame()