HomeSort by relevance Sort by last modified time
    Searched refs:read_delta_q (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
vp9_decodeframe.c 568 static int read_delta_q(struct vp9_read_bit_buffer *rb, int *delta_q) { function
579 update |= read_delta_q(rb, &cm->y_dc_delta_q);
580 update |= read_delta_q(rb, &cm->uv_dc_delta_q);
581 update |= read_delta_q(rb, &cm->uv_ac_delta_q);
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1131 static INLINE int read_delta_q(struct vpx_read_bit_buffer *rb) { function
    [all...]

Completed in 142 milliseconds