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

  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 76 struct vp9_extracfg vp8_cfg; member in struct:vpx_codec_alg_priv
146 const struct vp9_extracfg *vp8_cfg) {
155 RANGE_CHECK_BOOL(vp8_cfg, lossless);
156 if (vp8_cfg->lossless) {
185 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref);
186 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
188 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6);
190 RANGE_CHECK(vp8_cfg, tile_columns, 0, 6);
191 RANGE_CHECK(vp8_cfg, tile_rows, 0, 2);
192 RANGE_CHECK_HI(vp8_cfg, Sharpness, 7)
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 81 struct vp8_extracfg vp8_cfg; member in struct:vpx_codec_alg_priv
137 const struct vp8_extracfg *vp8_cfg,
191 RANGE_CHECK_BOOL(vp8_cfg, enable_auto_alt_ref);
192 RANGE_CHECK(vp8_cfg, cpu_used, -16, 16);
195 RANGE_CHECK(vp8_cfg, noise_sensitivity, 0, 0);
197 RANGE_CHECK_HI(vp8_cfg, noise_sensitivity, 6);
200 RANGE_CHECK(vp8_cfg, token_partitions, VP8_ONE_TOKENPARTITION,
202 RANGE_CHECK_HI(vp8_cfg, Sharpness, 7);
203 RANGE_CHECK(vp8_cfg, arnr_max_frames, 0, 15);
204 RANGE_CHECK_HI(vp8_cfg, arnr_strength, 6)
    [all...]

Completed in 25 milliseconds