Searched refs:delta_lf (Results 1 – 8 of 8) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
D | set_roi.cc | 32 int delta_lf[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; in TEST() local 70 cpi.common.mb_cols, delta_q, delta_lf, in TEST() 94 if (cpi.segment_feature_data[MB_LVL_ALT_LF][i] != delta_lf[i]) { in TEST() 95 EXPECT_EQ(delta_lf[i], cpi.segment_feature_data[MB_LVL_ALT_LF][i]) in TEST() 139 delta_lf, threshold); in TEST() 161 delta_lf, threshold); in TEST() 168 delta_lf, threshold); in TEST() 173 delta_lf, threshold); in TEST()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
D | set_maps.c | 77 roi.delta_lf[0] = 0; in set_roi_map() 78 roi.delta_lf[1] = 1; in set_roi_map() 79 roi.delta_lf[2] = 2; in set_roi_map() 80 roi.delta_lf[3] = 3; in set_roi_map()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/ |
D | vp8cx.h | 234 int delta_lf[4]; /**< Loop filter deltas. */ member
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | onyx.h | 261 …ed char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int …
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_onyx_int.h | 558 int delta_lf[MAX_SEGMENTS],
|
D | vp9_onyx_if.c | 3351 int delta_lf[MAX_SEGMENTS], 3374 feature_data[SEG_LVL_ALT_LF][i] = delta_lf[i]; 3385 if (delta_lf[i])
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | onyx_if.c | 5472 …ed char *map, unsigned int rows, unsigned int cols, int delta_q[4], int delta_lf[4], unsigned int … in vp8_set_roimap() 5494 if ( (abs(delta_lf[0]) > range) || (abs(delta_lf[1]) > range) || in vp8_set_roimap() 5495 (abs(delta_lf[2]) > range) || (abs(delta_lf[3]) > range) ) in vp8_set_roimap() 5522 feature_data[MB_LVL_ALT_LF][0] = delta_lf[0]; in vp8_set_roimap() 5523 feature_data[MB_LVL_ALT_LF][1] = delta_lf[1]; in vp8_set_roimap() 5524 feature_data[MB_LVL_ALT_LF][2] = delta_lf[2]; in vp8_set_roimap() 5525 feature_data[MB_LVL_ALT_LF][3] = delta_lf[3]; in vp8_set_roimap()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/ |
D | vp8_cx_iface.c | 1136 …roimap(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_thre… in vp8e_set_roi_map()
|