/external/libvpx/libvpx/test/ |
set_roi.cc | 30 int delta_lf[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; local 68 cpi.common.mb_cols, delta_q, delta_lf, 92 if (cpi.segment_feature_data[MB_LVL_ALT_LF][i] != delta_lf[i]) { 93 EXPECT_EQ(delta_lf[i], cpi.segment_feature_data[MB_LVL_ALT_LF][i]) 94 << "segment delta_lf error"; 137 delta_lf, threshold); 159 delta_lf, threshold); 166 delta_lf, threshold); 171 delta_lf, threshold);
|
/external/libvpx/libvpx/vpx/ |
vp8cx.h | 208 int delta_lf[4]; /**< loop filter strength delta [-63, 63] for regions with id between 0 and 3 */ member in struct:vpx_roi_map
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 260 int vp8_set_roimap(struct VP8_COMP* comp, unsigned char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int threshold[4]);
|
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | [all...] |
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | [all...] |