Searched refs:vp8_set_roimap (Results 1 - 3 of 3) sorted by relevance
/external/libvpx/vp8/common/ |
H A D | 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/ |
H A D | 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))
|
/external/libvpx/vp8/encoder/ |
H A D | onyx_if.c | 5267 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]) function
|
Completed in 184 milliseconds