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

  /external/libvpx/vpx/
vp8cx.h 193 int delta_q[4]; /**< quantizer delta [-64, 64] off baseline for regions with id between 0 and 3*/ member in struct:vpx_roi_map
  /external/libvpx/vp8/common/
onyx.h 218 int vp8_set_roimap(VP8_PTR comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
  /external/libvpx/vp8/encoder/
bitstream.c     [all...]
onyx_if.c     [all...]
  /external/libvpx/vp8/
vp8_cx_iface.c 977 if (!vp8_set_roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_threshold))
    [all...]

Completed in 61 milliseconds