Searched refs:use_highbitdepth (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/
H A Dyv12config.h71 int use_highbitdepth,
84 int use_highbitdepth,
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
H A Dvp9_denoiser.h54 int use_highbitdepth,
H A Dvp9_lookahead.h56 int use_highbitdepth,
H A Dvp9_lookahead.c54 int use_highbitdepth,
77 use_highbitdepth,
49 vp9_lookahead_init(unsigned int width, unsigned int height, unsigned int subsampling_x, unsigned int subsampling_y, int use_highbitdepth, unsigned int depth) argument
H A Dvp9_denoiser.c419 int use_highbitdepth,
429 use_highbitdepth,
444 use_highbitdepth,
416 vp9_denoiser_alloc(VP9_DENOISER *denoiser, int width, int height, int ssx, int ssy, int use_highbitdepth, int border) argument
H A Dvp9_temporal_filter.c463 cm->use_highbitdepth);
478 cm->use_highbitdepth,
498 cm->use_highbitdepth);
H A Dvp9_encoder.c437 cm->use_highbitdepth,
448 cm->use_highbitdepth,
468 cm->use_highbitdepth,
478 cm->use_highbitdepth,
488 cm->use_highbitdepth,
523 cm->use_highbitdepth,
562 cm->use_highbitdepth = oxcf->use_highbitdepth;
622 if (cpi->oxcf.use_highbitdepth) {
701 cm->use_highbitdepth,
[all...]
H A Dvp9_encoder.h221 int use_highbitdepth; member in struct:VP9EncoderConfig
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dyv12config.c144 int use_highbitdepth,
172 const uint64_t frame_size = (1 + use_highbitdepth) *
181 (1 + use_highbitdepth) * (yplane_size + 2 * uvplane_size);
247 if (use_highbitdepth) {
289 int use_highbitdepth,
296 use_highbitdepth,
140 vp9_realloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border, vpx_codec_frame_buffer_t *fb, vpx_get_frame_buffer_cb_fn_t cb, void *cb_priv) argument
285 vp9_alloc_frame_buffer(YV12_BUFFER_CONFIG *ybf, int width, int height, int ss_x, int ss_y, int use_highbitdepth, int border) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/
H A Dvp9_alloccommon.c165 cm->use_highbitdepth,
176 cm->use_highbitdepth,
H A Dvp9_onyxc_int.h88 int use_highbitdepth; // Marks if we need to use 16bit frame buffers. member in struct:VP9Common
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/decoder/
H A Dvp9_detokenize.c85 if (cm->use_highbitdepth) {
H A Dvp9_decodeframe.c665 cm->use_highbitdepth,
741 cm->use_highbitdepth,
1275 cm->use_highbitdepth);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/
H A Dvp9_cx_iface.c687 priv->oxcf.use_highbitdepth =

Completed in 3917 milliseconds