/external/libvpx/libvpx/test/ |
set_roi.cc | 29 int delta_q[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; local 68 cpi.common.mb_cols, delta_q, delta_lf, 82 const int transq = internalq_trans[abs(delta_q[i])]; 85 << "segment delta_q error"; 140 // One delta_q error shown at a time 146 cpi.common.mb_cols, delta_q, 158 cpi.common.mb_cols, delta_q, 165 cpi.common.mb_cols, delta_q, 170 cpi.common.mb_cols - 1, delta_q,
|
/external/libvpx/libvpx/vpx/ |
vp8cx.h | 207 int delta_q[4]; /**< quantizer delta [-63, 63] off baseline for regions with id between 0 and 3*/ member in struct:vpx_roi_map
|