Home
last modified time | relevance | path

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

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