Home
last modified time | relevance | path

Searched refs:reference_object (Results 1 – 25 of 36) sorted by relevance

12

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbReferenceObject.c80 EbReferenceObject * reference_object, in initialize_samples_neighboring_reference_picture() argument
180 reference_object, in svt_reference_object_ctor()
203 reference_object, in svt_reference_object_ctor()
214 reference_object, in svt_reference_object_ctor()
220 reference_object->input_picture = NULL; in svt_reference_object_ctor()
233 reference_object->ds_pics.picture_ptr = reference_object->reference_picture; in svt_reference_object_ctor()
234 reference_object->ds_pics.quarter_picture_ptr = reference_object->quarter_reference_picture; in svt_reference_object_ctor()
235 reference_object->ds_pics.sixteenth_picture_ptr = reference_object->sixteenth_reference_picture; in svt_reference_object_ctor()
236 memset(&reference_object->film_grain_params, 0, sizeof(reference_object->film_grain_params)); in svt_reference_object_ctor()
245 reference_object->mi_rows = mi_rows; in svt_reference_object_ctor()
[all …]
H A DEbGlobalMotionEstimation.c97 EbPaReferenceObject *reference_object; in global_motion_estimation() local
99 reference_object = (EbPaReferenceObject *)pcs_ptr in global_motion_estimation()
106 …sixteenth_ref_pic_ptr = (EbPictureBufferDesc *)reference_object->sixteenth_downsampled_picture_ptr; in global_motion_estimation()
111 … quarter_ref_pic_ptr = (EbPictureBufferDesc *)reference_object->quarter_downsampled_picture_ptr; in global_motion_estimation()
116 reference_object->input_padded_picture_ptr; in global_motion_estimation()
H A DEbResize.c1217 EbPaReferenceObject *reference_object; in scale_source_references() local
1234 reference_object = (EbPaReferenceObject *)pcs_ptr in scale_source_references()
1362 EbReferenceObject *reference_object; in scale_rec_references() local
1382 reference_object = (EbReferenceObject *)pcs_ptr in scale_rec_references()
1390 ? reference_object->reference_picture16bit in scale_rec_references()
1391 : reference_object->reference_picture; in scale_rec_references()
1396 ? reference_object->downscaled_reference_picture16bit[denom_idx] in scale_rec_references()
1397 : reference_object->downscaled_reference_picture[denom_idx]; in scale_rec_references()
1402 &reference_object->downscaled_reference_picture[denom_idx], in scale_rec_references()
1403 &reference_object->downscaled_reference_picture16bit[denom_idx], in scale_rec_references()
[all …]
H A DEbMotionEstimationProcess.c1121 EbPaReferenceObject* reference_object = in motion_estimation_kernel() local
1124 reference_object->input_padded_picture_ptr; in motion_estimation_kernel()
1126 reference_object->quarter_downsampled_picture_ptr; in motion_estimation_kernel()
1128 reference_object->sixteenth_downsampled_picture_ptr; in motion_estimation_kernel()
1129 …context_ptr->me_context_ptr->me_ds_ref_array[i][j].picture_number = reference_object->picture_numb… in motion_estimation_kernel()
H A DEbModeDecisionConfigurationProcess.c788 EbReferenceObject *reference_object = in mode_decision_configuration_kernel() local
790 reference_object->mi_rows = pcs_ptr->parent_pcs_ptr->aligned_height >> MI_SIZE_LOG2; in mode_decision_configuration_kernel()
791 reference_object->mi_cols = pcs_ptr->parent_pcs_ptr->aligned_width >> MI_SIZE_LOG2; in mode_decision_configuration_kernel()
H A DEbTemporalFiltering.c2310 EbPaReferenceObject *reference_object = in produce_temporally_filtered_pic() local
2313 reference_object->input_padded_picture_ptr; in produce_temporally_filtered_pic()
2315 reference_object->sixteenth_downsampled_picture_ptr; in produce_temporally_filtered_pic()
2317 reference_object->quarter_downsampled_picture_ptr; in produce_temporally_filtered_pic()
2319 reference_object->picture_number; in produce_temporally_filtered_pic()
H A DEbEncDecProcess.c1455 EbReferenceObject *reference_object = in pad_ref_and_set_flags() local
1457 EbPictureBufferDesc *ref_pic_ptr = (EbPictureBufferDesc *)reference_object->reference_picture; in pad_ref_and_set_flags()
1459 (EbPictureBufferDesc *)reference_object->reference_picture16bit; in pad_ref_and_set_flags()
1606 reference_object->ref_poc = pcs_ptr->parent_pcs_ptr->picture_number; in pad_ref_and_set_flags()
1609 reference_object->qp = (uint8_t)pcs_ptr->parent_pcs_ptr->picture_qp; in pad_ref_and_set_flags()
1612 reference_object->slice_type = pcs_ptr->parent_pcs_ptr->slice_type; in pad_ref_and_set_flags()
1613 reference_object->r0 = pcs_ptr->parent_pcs_ptr->r0; in pad_ref_and_set_flags()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbReferenceObject.c80 EbReferenceObject * reference_object, in initialize_samples_neighboring_reference_picture() argument
180 reference_object, in svt_reference_object_ctor()
203 reference_object, in svt_reference_object_ctor()
214 reference_object, in svt_reference_object_ctor()
220 reference_object->input_picture = NULL; in svt_reference_object_ctor()
233 reference_object->ds_pics.picture_ptr = reference_object->reference_picture; in svt_reference_object_ctor()
234 reference_object->ds_pics.quarter_picture_ptr = reference_object->quarter_reference_picture; in svt_reference_object_ctor()
235 reference_object->ds_pics.sixteenth_picture_ptr = reference_object->sixteenth_reference_picture; in svt_reference_object_ctor()
236 memset(&reference_object->film_grain_params, 0, sizeof(reference_object->film_grain_params)); in svt_reference_object_ctor()
245 reference_object->mi_rows = mi_rows; in svt_reference_object_ctor()
[all …]
H A DEbGlobalMotionEstimation.c97 EbPaReferenceObject *reference_object; in global_motion_estimation() local
99 reference_object = (EbPaReferenceObject *)pcs_ptr in global_motion_estimation()
106 …sixteenth_ref_pic_ptr = (EbPictureBufferDesc *)reference_object->sixteenth_downsampled_picture_ptr; in global_motion_estimation()
111 … quarter_ref_pic_ptr = (EbPictureBufferDesc *)reference_object->quarter_downsampled_picture_ptr; in global_motion_estimation()
116 reference_object->input_padded_picture_ptr; in global_motion_estimation()
H A DEbResize.c1217 EbPaReferenceObject *reference_object; in scale_source_references() local
1234 reference_object = (EbPaReferenceObject *)pcs_ptr in scale_source_references()
1362 EbReferenceObject *reference_object; in scale_rec_references() local
1382 reference_object = (EbReferenceObject *)pcs_ptr in scale_rec_references()
1390 ? reference_object->reference_picture16bit in scale_rec_references()
1391 : reference_object->reference_picture; in scale_rec_references()
1396 ? reference_object->downscaled_reference_picture16bit[denom_idx] in scale_rec_references()
1397 : reference_object->downscaled_reference_picture[denom_idx]; in scale_rec_references()
1402 &reference_object->downscaled_reference_picture[denom_idx], in scale_rec_references()
1403 &reference_object->downscaled_reference_picture16bit[denom_idx], in scale_rec_references()
[all …]
H A DEbMotionEstimationProcess.c1121 EbPaReferenceObject* reference_object = in motion_estimation_kernel() local
1124 reference_object->input_padded_picture_ptr; in motion_estimation_kernel()
1126 reference_object->quarter_downsampled_picture_ptr; in motion_estimation_kernel()
1128 reference_object->sixteenth_downsampled_picture_ptr; in motion_estimation_kernel()
1129 …context_ptr->me_context_ptr->me_ds_ref_array[i][j].picture_number = reference_object->picture_numb… in motion_estimation_kernel()
H A DEbModeDecisionConfigurationProcess.c788 EbReferenceObject *reference_object = in mode_decision_configuration_kernel() local
790 reference_object->mi_rows = pcs_ptr->parent_pcs_ptr->aligned_height >> MI_SIZE_LOG2; in mode_decision_configuration_kernel()
791 reference_object->mi_cols = pcs_ptr->parent_pcs_ptr->aligned_width >> MI_SIZE_LOG2; in mode_decision_configuration_kernel()
H A DEbTemporalFiltering.c2310 EbPaReferenceObject *reference_object = in produce_temporally_filtered_pic() local
2313 reference_object->input_padded_picture_ptr; in produce_temporally_filtered_pic()
2315 reference_object->sixteenth_downsampled_picture_ptr; in produce_temporally_filtered_pic()
2317 reference_object->quarter_downsampled_picture_ptr; in produce_temporally_filtered_pic()
2319 reference_object->picture_number; in produce_temporally_filtered_pic()
H A DEbEncDecProcess.c1455 EbReferenceObject *reference_object = in pad_ref_and_set_flags() local
1457 EbPictureBufferDesc *ref_pic_ptr = (EbPictureBufferDesc *)reference_object->reference_picture; in pad_ref_and_set_flags()
1459 (EbPictureBufferDesc *)reference_object->reference_picture16bit; in pad_ref_and_set_flags()
1606 reference_object->ref_poc = pcs_ptr->parent_pcs_ptr->picture_number; in pad_ref_and_set_flags()
1609 reference_object->qp = (uint8_t)pcs_ptr->parent_pcs_ptr->picture_qp; in pad_ref_and_set_flags()
1612 reference_object->slice_type = pcs_ptr->parent_pcs_ptr->slice_type; in pad_ref_and_set_flags()
1613 reference_object->r0 = pcs_ptr->parent_pcs_ptr->r0; in pad_ref_and_set_flags()
/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbReferenceObject.c77 EbReferenceObject *reference_object, in initialize_samples_neighboring_reference_picture() argument
110 reference_object->reference_picture->buffer_y, in initialize_samples_neighboring_reference_picture()
111 reference_object->reference_picture->stride_y, in initialize_samples_neighboring_reference_picture()
112 reference_object->reference_picture->width, in initialize_samples_neighboring_reference_picture()
113 reference_object->reference_picture->height, in initialize_samples_neighboring_reference_picture()
118 reference_object->reference_picture->buffer_cb, in initialize_samples_neighboring_reference_picture()
119 reference_object->reference_picture->stride_cb, in initialize_samples_neighboring_reference_picture()
146 EbReferenceObject *reference_object; in eb_vp9_reference_object_ctor() local
153 *object_dbl_ptr = (EbPtr) reference_object; in eb_vp9_reference_object_ctor()
162 reference_object, in eb_vp9_reference_object_ctor()
[all …]
H A DEbEncDecProcess.c5026 reference_object->ref_poc = picture_control_set_ptr->parent_pcs_ptr->picture_number; in pad_ref_and_set_flags()
5029 reference_object->qp = (uint8_t)picture_control_set_ptr->parent_pcs_ptr->picture_qp; in pad_ref_and_set_flags()
5032 reference_object->slice_type = picture_control_set_ptr->parent_pcs_ptr->slice_type; in pad_ref_and_set_flags()
5596 EbReferenceObject *reference_object; in eb_vp9_enc_dec_kernel() local
5602 (EbPictureBufferDesc *)reference_object->ref_den_src_picture : in eb_vp9_enc_dec_kernel()
5603 (EbPictureBufferDesc *)reference_object->reference_picture; in eb_vp9_enc_dec_kernel()
5616 (EbPictureBufferDesc *)reference_object->ref_den_src_picture : in eb_vp9_enc_dec_kernel()
5617 (EbPictureBufferDesc *)reference_object->reference_picture; in eb_vp9_enc_dec_kernel()
5791 EbReferenceObject *reference_object; in eb_vp9_enc_dec_kernel() local
5806 (EbPictureBufferDesc *)reference_object->reference_picture; in eb_vp9_enc_dec_kernel()
[all …]
H A DEbMotionEstimation.c3605 EbPaReferenceObject *reference_object; // input parameter, reference Object Ptr in motion_estimate_sb() local
3639reference_object = (EbPaReferenceObject*)picture_control_set_ptr->ref_pa_pic_ptr_array[0]->object_… in motion_estimate_sb()
3644reference_object = (EbPaReferenceObject*)picture_control_set_ptr->ref_pa_pic_ptr_array[1]->object_… in motion_estimate_sb()
3655reference_object = (EbPaReferenceObject*)picture_control_set_ptr->ref_pa_pic_ptr_array[list_index]… in motion_estimate_sb()
3656 ref_pic_ptr = (EbPictureBufferDesc*)reference_object->input_padded_picture_ptr; in motion_estimate_sb()
3657 … quarter_ref_pic_ptr = (EbPictureBufferDesc*)reference_object->quarter_decimated_picture_ptr; in motion_estimate_sb()
3658 … sixteenth_ref_pic_ptr = (EbPictureBufferDesc*)reference_object->sixteenth_decimated_picture_ptr; in motion_estimate_sb()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbReferenceObject.c77 EbReferenceObject *reference_object, in initialize_samples_neighboring_reference_picture() argument
110 reference_object->reference_picture->buffer_y, in initialize_samples_neighboring_reference_picture()
111 reference_object->reference_picture->stride_y, in initialize_samples_neighboring_reference_picture()
112 reference_object->reference_picture->width, in initialize_samples_neighboring_reference_picture()
113 reference_object->reference_picture->height, in initialize_samples_neighboring_reference_picture()
118 reference_object->reference_picture->buffer_cb, in initialize_samples_neighboring_reference_picture()
119 reference_object->reference_picture->stride_cb, in initialize_samples_neighboring_reference_picture()
146 EbReferenceObject *reference_object; in eb_vp9_reference_object_ctor() local
153 *object_dbl_ptr = (EbPtr) reference_object; in eb_vp9_reference_object_ctor()
162 reference_object, in eb_vp9_reference_object_ctor()
[all …]
H A DEbEncDecProcess.c5026 reference_object->ref_poc = picture_control_set_ptr->parent_pcs_ptr->picture_number; in pad_ref_and_set_flags()
5029 reference_object->qp = (uint8_t)picture_control_set_ptr->parent_pcs_ptr->picture_qp; in pad_ref_and_set_flags()
5032 reference_object->slice_type = picture_control_set_ptr->parent_pcs_ptr->slice_type; in pad_ref_and_set_flags()
5596 EbReferenceObject *reference_object; in eb_vp9_enc_dec_kernel() local
5602 (EbPictureBufferDesc *)reference_object->ref_den_src_picture : in eb_vp9_enc_dec_kernel()
5603 (EbPictureBufferDesc *)reference_object->reference_picture; in eb_vp9_enc_dec_kernel()
5616 (EbPictureBufferDesc *)reference_object->ref_den_src_picture : in eb_vp9_enc_dec_kernel()
5617 (EbPictureBufferDesc *)reference_object->reference_picture; in eb_vp9_enc_dec_kernel()
5791 EbReferenceObject *reference_object; in eb_vp9_enc_dec_kernel() local
5806 (EbPictureBufferDesc *)reference_object->reference_picture; in eb_vp9_enc_dec_kernel()
[all …]
H A DEbMotionEstimation.c3605 EbPaReferenceObject *reference_object; // input parameter, reference Object Ptr in motion_estimate_sb() local
3639reference_object = (EbPaReferenceObject*)picture_control_set_ptr->ref_pa_pic_ptr_array[0]->object_… in motion_estimate_sb()
3644reference_object = (EbPaReferenceObject*)picture_control_set_ptr->ref_pa_pic_ptr_array[1]->object_… in motion_estimate_sb()
3655reference_object = (EbPaReferenceObject*)picture_control_set_ptr->ref_pa_pic_ptr_array[list_index]… in motion_estimate_sb()
3656 ref_pic_ptr = (EbPictureBufferDesc*)reference_object->input_padded_picture_ptr; in motion_estimate_sb()
3657 … quarter_ref_pic_ptr = (EbPictureBufferDesc*)reference_object->quarter_decimated_picture_ptr; in motion_estimate_sb()
3658 … sixteenth_ref_pic_ptr = (EbPictureBufferDesc*)reference_object->sixteenth_decimated_picture_ptr; in motion_estimate_sb()
/dports/graphics/gimp-app/gimp-2.10.30/app/tools/
H A Dgimpaligntool.c696 GObject *reference_object = NULL; in gimp_align_tool_align() local
742 reference_object = G_OBJECT (image); in gimp_align_tool_align()
748 reference_object = G_OBJECT (image); in gimp_align_tool_align()
754 reference_object = G_OBJECT (list->data); in gimp_align_tool_align()
759 reference_object = NULL; in gimp_align_tool_align()
765 reference_object = G_OBJECT (gimp_image_get_mask (image)); in gimp_align_tool_align()
769 reference_object = G_OBJECT (gimp_image_get_active_layer (image)); in gimp_align_tool_align()
773 reference_object = G_OBJECT (gimp_image_get_active_channel (image)); in gimp_align_tool_align()
777 reference_object = G_OBJECT (gimp_image_get_active_vectors (image)); in gimp_align_tool_align()
781 if (! reference_object) in gimp_align_tool_align()
[all …]
/dports/astro/py-astropy/astropy-5.0/astropy/timeseries/periodograms/bls/
H A Dcore.py16 def validate_unit_consistency(reference_object, input_object): argument
17 if has_units(reference_object):
18 input_object = units.Quantity(input_object, unit=reference_object.unit)
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/overlay/
H A Doverlay_gpencil.c167 ts->gp_sculpt.guide.reference_object != NULL) { in OVERLAY_edit_gpencil_cache_init()
169 DRW_shgroup_uniform_vec3_copy(grp, "pPosition", ts->gp_sculpt.guide.reference_object->loc); in OVERLAY_edit_gpencil_cache_init()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_scene_types.h1076 struct Object *reference_object; member
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/hud/
H A Dhudtarget.cpp3726 …my_pos, float dist_to_enemy, vec3d *last_delta_vec, int num_polish_steps, object *reference_object) in polish_predicted_target_pos() argument
3728 …Assertion(reference_object != nullptr, "polish_predicted_target_pos received a nullptr for its ref… in polish_predicted_target_pos()
3731 vec3d reference_pos = reference_object->pos; in polish_predicted_target_pos()
3750 vm_vec_scale_sub2( &enemy_vel, &reference_object->phys_info.vel, wip->vel_inherit_amount); in polish_predicted_target_pos()

12