Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1082 static INLINE int read_delta_q(struct vpx_read_bit_buffer *rb) { in read_delta_q() function
1089 cm->y_dc_delta_q = read_delta_q(rb); in setup_quantization()
1090 cm->uv_dc_delta_q = read_delta_q(rb); in setup_quantization()
1091 cm->uv_ac_delta_q = read_delta_q(rb); in setup_quantization()