Home
last modified time | relevance | path

Searched refs:prediction_structure_config_ptr (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbPredictionStructure.c849 const PredictionStructureConfig *prediction_structure_config_ptr, in prediction_structure_ctor() argument
870 prediction_structure_ptr->pred_struct_period = prediction_structure_config_ptr->entry_count; in prediction_structure_ctor()
888 …index = 0, entry_index = prediction_structure_config_ptr->entry_count - 1; config_entry_index < pr… in prediction_structure_ctor()
894 …max_ref = MAX((int32_t) (prediction_structure_config_ptr->entry_count - entry_index - 1) + predict… in prediction_structure_ctor()
903 …max_ref = MAX((int32_t) (prediction_structure_config_ptr->entry_count - entry_index - 1) + predict… in prediction_structure_ctor()
988 prediction_structure_config_ptr->entry_array[config_entry_index].decode_order : in prediction_structure_ctor()
1011 prediction_structure_config_ptr->entry_array[config_entry_index].ref_list0 != 0 && in prediction_structure_ctor()
1062prediction_structure_config_ptr->entry_array[config_entry_index].ref_list1 != 0 && in prediction_structure_ctor()
1091 prediction_structure_config_ptr->entry_array[config_entry_index].decode_order : in prediction_structure_ctor()
1095 … config_entry_index = (config_entry_index == prediction_structure_config_ptr->entry_count - 1) ? in prediction_structure_ctor()
[all …]
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbPredictionStructure.c849 const PredictionStructureConfig *prediction_structure_config_ptr, in prediction_structure_ctor() argument
870 prediction_structure_ptr->pred_struct_period = prediction_structure_config_ptr->entry_count; in prediction_structure_ctor()
888 …index = 0, entry_index = prediction_structure_config_ptr->entry_count - 1; config_entry_index < pr… in prediction_structure_ctor()
894 …max_ref = MAX((int32_t) (prediction_structure_config_ptr->entry_count - entry_index - 1) + predict… in prediction_structure_ctor()
903 …max_ref = MAX((int32_t) (prediction_structure_config_ptr->entry_count - entry_index - 1) + predict… in prediction_structure_ctor()
988 prediction_structure_config_ptr->entry_array[config_entry_index].decode_order : in prediction_structure_ctor()
1011 prediction_structure_config_ptr->entry_array[config_entry_index].ref_list0 != 0 && in prediction_structure_ctor()
1062prediction_structure_config_ptr->entry_array[config_entry_index].ref_list1 != 0 && in prediction_structure_ctor()
1091 prediction_structure_config_ptr->entry_array[config_entry_index].decode_order : in prediction_structure_ctor()
1095 … config_entry_index = (config_entry_index == prediction_structure_config_ptr->entry_count - 1) ? in prediction_structure_ctor()
[all …]