HomeSort by relevance Sort by last modified time
    Searched refs:delta_lf (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/test/
set_roi.cc 31 int delta_lf[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; local
66 delta_q, delta_lf, threshold);
89 if (cpi.segment_feature_data[MB_LVL_ALT_LF][i] != delta_lf[i]) {
90 EXPECT_EQ(delta_lf[i], cpi.segment_feature_data[MB_LVL_ALT_LF][i])
91 << "segment delta_lf error";
133 rand_deltas, delta_lf, threshold);
153 delta_q, delta_lf, threshold);
160 cpi.common.mb_cols, delta_q, delta_lf, threshold);
165 cpi.common.mb_cols - 1, delta_q, delta_lf, threshold);
  /external/libvpx/libvpx/examples/
set_maps.c 77 roi.delta_lf[0] = 0;
78 roi.delta_lf[1] = 1;
79 roi.delta_lf[2] = 2;
80 roi.delta_lf[3] = 3;
  /external/libvpx/libvpx/vp8/common/
onyx.h 272 unsigned int cols, int delta_q[4], int delta_lf[4],
  /external/libvpx/libvpx/vpx/
vp8cx.h 652 int delta_lf[4]; /**< Loop filter deltas. */ member in struct:vpx_roi_map
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c     [all...]

Completed in 95 milliseconds