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

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 275 int vp8_get_quantizer(struct VP8_COMP* c);
  /external/libvpx/libvpx/vp8/common/
onyx.h 264 int vp8_get_quantizer(struct VP8_COMP* c);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 264 int vp8_get_quantizer(struct VP8_COMP* c);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/
vp8_cx_iface.c 472 *arg = vp8_get_quantizer(ctx->cpi);
481 *arg = vp8_reverse_trans(vp8_get_quantizer(ctx->cpi));
    [all...]
  /external/libvpx/libvpx/vp8/
vp8_cx_iface.c 492 MAP(VP8E_GET_LAST_QUANTIZER, vp8_get_quantizer(ctx->cpi));
493 MAP(VP8E_GET_LAST_QUANTIZER_64, vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/
vp8_cx_iface.c 494 MAP(VP8E_GET_LAST_QUANTIZER, vp8_get_quantizer(ctx->cpi));
495 MAP(VP8E_GET_LAST_QUANTIZER_64, vp8_reverse_trans(vp8_get_quantizer(ctx->cpi)));
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 5759 int vp8_get_quantizer(VP8_COMP *cpi) function
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 5600 int vp8_get_quantizer(VP8_COMP *cpi) function
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 5601 int vp8_get_quantizer(VP8_COMP *cpi) function
    [all...]

Completed in 213 milliseconds