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

  /external/libvpx/libvpx/vpx_scale/generic/
yv12config.c 141 int use_highbitdepth,
172 const uint64_t frame_size = (1 + use_highbitdepth) *
181 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size);
253 if (use_highbitdepth) {
289 int use_highbitdepth,
297 use_highbitdepth,
  /external/libvpx/libvpx/vpx_scale/
yv12config.h 78 int use_highbitdepth,
92 int use_highbitdepth,
  /external/libvpx/libvpx/vp9/encoder/
vp9_lookahead.c 54 int use_highbitdepth,
78 use_highbitdepth,
95 int use_highbitdepth,
178 use_highbitdepth,
vp9_lookahead.h 56 int use_highbitdepth,
84 int use_highbitdepth,
vp9_denoiser.h 64 int use_highbitdepth,
vp9_encoder.c 624 cm->use_highbitdepth,
636 cm->use_highbitdepth,
650 cm->use_highbitdepth,
661 cm->use_highbitdepth,
672 cm->use_highbitdepth,
751 cm->use_highbitdepth,
775 cm->use_highbitdepth = oxcf->use_highbitdepth;
4029 const int use_highbitdepth = sd->flags & YV12_FLAG_HIGHBITDEPTH; local
    [all...]
vp9_denoiser.c 468 int use_highbitdepth,
479 use_highbitdepth,
494 use_highbitdepth,
505 use_highbitdepth,
vp9_picklpf.c 54 if (cm->use_highbitdepth) {
vp9_temporal_filter.c 698 cm->use_highbitdepth);
715 cm->use_highbitdepth,
739 cm->use_highbitdepth);
vp9_encoder.h 238 int use_highbitdepth; member in struct:VP9EncoderConfig
vp9_pickmode.c     [all...]
vp9_svc_layercontext.c 41 cpi->common.use_highbitdepth,
vp9_firstpass.c 693 if (cm->use_highbitdepth) {
719 if (cm->use_highbitdepth)
    [all...]
vp9_encodeframe.c     [all...]
vp9_rdopt.c     [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_dthread.c 160 dst_cm->use_highbitdepth = src_cm->use_highbitdepth;
vp9_decodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_loopfilter.c     [all...]
vp9_postproc.c 666 cm->use_highbitdepth,
684 cm->use_highbitdepth,
vp9_onyxc_int.h 130 int use_highbitdepth; // Marks if we need to use 16bit frame buffers. member in struct:VP9Common
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 815 priv->oxcf.use_highbitdepth =
    [all...]

Completed in 501 milliseconds