Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dset_roi.cc31 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; in TEST() local
/external/libhevc/common/
Dihevc_deblk_edge_filter.c115 WORD32 delta, delta_p, delta_q; in ihevc_deblk_luma_vert() local
352 WORD32 delta, delta_p, delta_q; in ihevc_deblk_luma_horz() local
/external/libvpx/libvpx/vpx/
Dvp8cx.h238 int delta_q[4]; /**< Quantizer deltas. */ member
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1250 static void put_delta_q(vp8_writer *bc, int delta_q) in put_delta_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c722 static void write_delta_q(struct vp9_write_bit_buffer *wb, int delta_q) { in write_delta_q()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c576 static int read_delta_q(struct vp9_read_bit_buffer *rb, int *delta_q) { in read_delta_q()