Searched refs:SET_STRUCT_VALUE (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/vp9/ |
D | simple_encode.cc | 746 #define SET_STRUCT_VALUE(config, structure, ret, field) \ macro 757 SET_STRUCT_VALUE(config, oxcf, ret, key_freq); in UpdateEncodeConfig() 758 SET_STRUCT_VALUE(config, oxcf, ret, two_pass_vbrmin_section); in UpdateEncodeConfig() 759 SET_STRUCT_VALUE(config, oxcf, ret, two_pass_vbrmax_section); in UpdateEncodeConfig() 760 SET_STRUCT_VALUE(config, oxcf, ret, under_shoot_pct); in UpdateEncodeConfig() 761 SET_STRUCT_VALUE(config, oxcf, ret, over_shoot_pct); in UpdateEncodeConfig() 762 SET_STRUCT_VALUE(config, oxcf, ret, max_threads); in UpdateEncodeConfig() 763 SET_STRUCT_VALUE(config, oxcf, ret, frame_parallel_decoding_mode); in UpdateEncodeConfig() 764 SET_STRUCT_VALUE(config, oxcf, ret, tile_columns); in UpdateEncodeConfig() 765 SET_STRUCT_VALUE(config, oxcf, ret, arnr_max_frames); in UpdateEncodeConfig() [all …]
|