Searched defs:delta_q (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/test/ |
D | set_roi.cc | 31 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; in TEST() local
|
/external/libhevc/common/ |
D | ihevc_deblk_edge_filter.c | 115 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/ |
D | vp8cx.h | 238 int delta_q[4]; /**< Quantizer deltas. */ member
|
/external/libvpx/libvpx/vp8/encoder/ |
D | bitstream.c | 1250 static void put_delta_q(vp8_writer *bc, int delta_q) in put_delta_q()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_bitstream.c | 722 static void write_delta_q(struct vp9_write_bit_buffer *wb, int delta_q) { in write_delta_q()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 576 static int read_delta_q(struct vp9_read_bit_buffer *rb, int *delta_q) { in read_delta_q()
|