OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_bit_depth
(Results
1 - 6
of
6
) sorted by null
/external/libvpx/libvpx/test/
vp9_end_to_end_test.cc
40
unsigned int
input_bit_depth
;
member in struct:__anon16466::__anon16467
161
cfg_.g_input_bit_depth = test_video_param_.
input_bit_depth
;
vp9_arf_freq_test.cc
34
unsigned int
input_bit_depth
;
member in struct:__anon16458::__anon16459
197
cfg_.g_input_bit_depth = test_video_param_.
input_bit_depth
;
/external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c
497
int
input_bit_depth
= 8;
local
545
input_bit_depth
= 8;
549
input_bit_depth
= 10;
553
input_bit_depth
= 12;
584
cfg.g_input_bit_depth =
input_bit_depth
;
/external/libvpx/libvpx/vp9/encoder/
vp9_encoder.h
128
unsigned int
input_bit_depth
; // Input bit depth.
member in struct:VP9EncoderConfig
vp9_encoder.c
[
all
...]
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
398
oxcf->
input_bit_depth
= cfg->g_input_bit_depth;
[
all
...]
Completed in 1150 milliseconds