Home
last modified time | relevance | path

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

/external/libvpx/libvpx/test/
Dset_roi.cc30 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.h651 int delta_q[4]; /**< Quantizer deltas. */ member
/external/libvpx/libvpx/vp8/encoder/
Dbitstream.c1046 static void put_delta_q(vp8_writer *bc, int delta_q) { in put_delta_q()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c735 static void write_delta_q(struct vpx_write_bit_buffer *wb, int delta_q) { in write_delta_q()