Searched refs:delta_lf (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/examples/ |
D | vp8_set_maps.txt | 43 roi.delta_lf[0] = 0; 44 roi.delta_lf[1] = 1; 45 roi.delta_lf[2] = 2; 46 roi.delta_lf[3] = 3;
|
/external/libvpx/vpx/ |
D | vp8cx.h | 194 …int delta_lf[4]; /**< loop filter strength delta [-32, 32] for regions with id between… member
|
/external/libvpx/vp8/common/ |
D | onyx.h | 218 …ed char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int …
|
/external/libvpx/vp8/encoder/ |
D | onyx_if.c | 5267 …ed char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int … in vp8_set_roimap() 5294 feature_data[MB_LVL_ALT_LF][0] = delta_lf[0]; in vp8_set_roimap() 5295 feature_data[MB_LVL_ALT_LF][1] = delta_lf[1]; in vp8_set_roimap() 5296 feature_data[MB_LVL_ALT_LF][2] = delta_lf[2]; in vp8_set_roimap() 5297 feature_data[MB_LVL_ALT_LF][3] = delta_lf[3]; in vp8_set_roimap()
|
/external/libvpx/vp8/ |
D | vp8_cx_iface.c | 977 …roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_thre… in vp8e_set_roi_map()
|