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

  /external/libvpx/libvpx/test/
set_roi.cc 34 int delta_lf[MAX_MB_SEGMENTS] = { -2, -25, 0, 31 }; local
72 cpi.common.mb_cols, delta_q, delta_lf,
96 if (cpi.segment_feature_data[MB_LVL_ALT_LF][i] != delta_lf[i]) {
97 EXPECT_EQ(delta_lf[i], cpi.segment_feature_data[MB_LVL_ALT_LF][i])
98 << "segment delta_lf error";
141 delta_lf, threshold);
163 delta_lf, threshold);
170 delta_lf, threshold);
175 delta_lf, threshold);
  /external/libvpx/libvpx/vpx/
vp8cx.h 230 int delta_lf[4]; member in struct:vpx_roi_map
  /external/libvpx/libvpx/vp9/common/
vp9_onyx.h 207 int delta_lf[MAX_SEGMENTS],
  /external/libvpx/libvpx/vp8/common/
onyx.h 261 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/vp9/
vp9_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_if.c     [all...]

Completed in 1527 milliseconds