Home
last modified time | relevance | path

Searched defs:delta_q (Results 1 – 5 of 5) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
Dset_roi.cc31 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; in TEST() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
Dvp8cx.h233 int delta_q[4]; /**< Quantizer deltas. */ member
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c1251 static void put_delta_q(vp8_writer *bc, int delta_q) in put_delta_q()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_bitstream.c723 static void write_delta_q(struct vp9_write_bit_buffer *wb, int delta_q) { in write_delta_q()
/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()