Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_decodeframe.c568 static int read_delta_q(struct vp9_read_bit_buffer *rb, int *delta_q) { in read_delta_q() function
579 update |= read_delta_q(rb, &cm->y_dc_delta_q); in setup_quantization()
580 update |= read_delta_q(rb, &cm->uv_dc_delta_q); in setup_quantization()
581 update |= read_delta_q(rb, &cm->uv_ac_delta_q); in setup_quantization()