Home
last modified time | relevance | path

Searched refs:delta_lf (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/examples/
Dvp8_set_maps.txt43 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/
Dvp8cx.h194 …int delta_lf[4]; /**< loop filter strength delta [-32, 32] for regions with id between… member
/external/libvpx/vp8/common/
Donyx.h218 …ed char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int …
/external/libvpx/vp8/encoder/
Donyx_if.c5267 …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/
Dvp8_cx_iface.c977 …roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_thre… in vp8e_set_roi_map()