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

  /external/libvpx/libvpx/vp8/common/
onyx.h 115 unsigned int screen_content_mode; member in struct:__anon26124
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 44 unsigned int screen_content_mode; member in struct:vp8_extracfg
70 0, /* screen_content_mode */
200 RANGE_CHECK_HI(vp8_cfg, screen_content_mode, 2);
389 oxcf->screen_content_mode = vp8_cfg.screen_content_mode;
574 extra_cfg.screen_content_mode = CAST(VP8E_SET_SCREEN_CONTENT_MODE, args);
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 81 !cpi->oxcf.screen_content_mode) {
498 if (!cpi->oxcf.screen_content_mode && this_mode == ZEROMV &&
692 if (!cpi->oxcf.screen_content_mode) {
    [all...]
vp8_quantize.c 468 if (cpi->oxcf.screen_content_mode && Q > 40) {
onyx_if.c 513 if (cpi->oxcf.screen_content_mode) {
520 int qp_thresh = (cpi->oxcf.screen_content_mode == 2) ? 80 : 100;
    [all...]
ratectrl.c     [all...]
  /external/libvpx/libvpx/
vpxenc.c 372 static const arg_def_t screen_content_mode = variable
387 &screen_content_mode,
    [all...]

Completed in 317 milliseconds