Searched refs:delta_q (Results 1 - 5 of 5) sorted by relevance

/external/libvpx/vpx/
H A Dvp8cx.h169 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/
H A Donyx.h214 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/
H A Dbitstream.c1348 static void put_delta_q(vp8_writer *bc, int delta_q) argument
1350 if (delta_q != 0)
1353 vp8_write_literal(bc, abs(delta_q), 4);
1355 if (delta_q < 0)
H A Donyx_if.c5248 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]) argument
5269 feature_data[MB_LVL_ALT_Q][0] = delta_q[0];
5270 feature_data[MB_LVL_ALT_Q][1] = delta_q[1];
5271 feature_data[MB_LVL_ALT_Q][2] = delta_q[2];
5272 feature_data[MB_LVL_ALT_Q][3] = delta_q[3];
/external/libvpx/vp8/
H A Dvp8_cx_iface.c943 if (!vp8_set_roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_threshold))

Completed in 608 milliseconds