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

  /external/libvpx/libvpx/test/
set_roi.cc 33 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; local
72 cpi.common.mb_cols, delta_q, delta_lf,
86 const int transq = internalq_trans[abs(delta_q[i])];
89 << "segment delta_q error";
144 // One delta_q error shown at a time
150 cpi.common.mb_cols, delta_q,
162 cpi.common.mb_cols, delta_q,
169 cpi.common.mb_cols, delta_q,
174 cpi.common.mb_cols - 1, delta_q,
  /external/libvpx/libvpx/vpx/
vp8cx.h 227 int delta_q[4]; /**< Quantizer deltas. */ member in struct:vpx_roi_map
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 211 int delta_q[MAX_SEGMENTS],
  /external/libvpx/libvpx/vp8/common/
onyx.h 261 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
  /external/libvpx/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c 653 static int read_delta_q(struct vp9_read_bit_buffer *rb, int *delta_q) {
654 const int old = *delta_q;
655 *delta_q = vp9_rb_read_bit(rb) ? vp9_rb_read_signed_literal(rb, 4) : 0;
656 return old != *delta_q;
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c     [all...]
vp9_onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c     [all...]

Completed in 550 milliseconds