HomeSort by relevance Sort by last modified time
    Searched full:fixed_q (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
ratectrl.c 350 if (cpi->oxcf.fixed_q >= 0)
442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
557 if (cpi->oxcf.fixed_q == -1)
595 /*if ( cpi->oxcf.fixed_q == -1)
    [all...]
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
ratectrl.c 350 if (cpi->oxcf.fixed_q >= 0)
442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
557 if (cpi->oxcf.fixed_q == -1)
595 /*if ( cpi->oxcf.fixed_q == -1)
    [all...]
onyx_if.c     [all...]
firstpass.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
ratectrl.c 350 if (cpi->oxcf.fixed_q >= 0)
442 int Q = (cpi->oxcf.fixed_q < 0) ? cpi->last_q[INTER_FRAME] : cpi->oxcf.fixed_q;
557 if (cpi->oxcf.fixed_q == -1)
595 /*if ( cpi->oxcf.fixed_q == -1)
    [all...]
onyx_if.c     [all...]
firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/common/
onyx.h 169 int fixed_q; member in struct:__anon8552
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 169 int fixed_q; member in struct:__anon19735
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 180 int fixed_q; member in struct:__anon17688
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 336 oxcf->fixed_q = -1;
415 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 346 oxcf->fixed_q = -1;
425 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 330 oxcf->fixed_q = -1;
410 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 348 oxcf->fixed_q = -1;
427 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 320 oxcf->fixed_q = -1;
400 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 367 oxcf->fixed_q = -1;
464 printf("fixed_q: %d\n", oxcf->fixed_q);
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_encoder.h 157 int fixed_q; member in struct:VP9EncoderConfig
  /external/libvpx/libvpx/vp9/encoder/
vp9_onyx_int.h 227 int fixed_q; member in struct:VP9_CONFIG
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_onyx_int.h 228 int fixed_q; member in struct:__anon19839

Completed in 523 milliseconds