Home
last modified time | relevance | path

Searched refs:candidate_buffer_tx_depth_2 (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecisionProcess.c50 EB_FREE_ARRAY(obj->candidate_buffer_tx_depth_2->candidate_ptr); in mode_decision_context_dctor()
51 EB_DELETE(obj->candidate_buffer_tx_depth_2); in mode_decision_context_dctor()
191 EB_NEW(context_ptr->candidate_buffer_tx_depth_2, in mode_decision_context_ctor()
196 EB_ALLOC_PTR_ARRAY(context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, 1); in mode_decision_context_ctor()
H A DEbProductCodingLoop.c4868 svt_memcpy(context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, in first_pass_init_tx_candidate_buffer()
4913 dst += context_ptr->candidate_buffer_tx_depth_2->residual_ptr->stride_y; in first_pass_init_tx_candidate_buffer()
4927 dst += context_ptr->candidate_buffer_tx_depth_2->residual_ptr->stride_y; in first_pass_init_tx_candidate_buffer()
4941 svt_memcpy(context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, in init_tx_candidate_buffer()
5003 uint16_t *dst = &(((uint16_t *)context_ptr->candidate_buffer_tx_depth_2 in init_tx_candidate_buffer()
5029 EbByte dst = &(context_ptr->candidate_buffer_tx_depth_2->prediction_ptr in init_tx_candidate_buffer()
5092 context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, in update_tx_candidate_buffer()
5102 src += context_ptr->candidate_buffer_tx_depth_2->prediction_ptr->stride_y; in update_tx_candidate_buffer()
5111 src += context_ptr->candidate_buffer_tx_depth_2->prediction_ptr->stride_y; in update_tx_candidate_buffer()
5117 context_ptr->candidate_buffer_tx_depth_2->recon_coeff_ptr->buffer_y, in update_tx_candidate_buffer()
[all …]
H A DEbModeDecisionProcess.h381 ModeDecisionCandidateBuffer * candidate_buffer_tx_depth_2; member
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecisionProcess.c50 EB_FREE_ARRAY(obj->candidate_buffer_tx_depth_2->candidate_ptr); in mode_decision_context_dctor()
51 EB_DELETE(obj->candidate_buffer_tx_depth_2); in mode_decision_context_dctor()
191 EB_NEW(context_ptr->candidate_buffer_tx_depth_2, in mode_decision_context_ctor()
196 EB_ALLOC_PTR_ARRAY(context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, 1); in mode_decision_context_ctor()
H A DEbProductCodingLoop.c4868 svt_memcpy(context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, in first_pass_init_tx_candidate_buffer()
4913 dst += context_ptr->candidate_buffer_tx_depth_2->residual_ptr->stride_y; in first_pass_init_tx_candidate_buffer()
4927 dst += context_ptr->candidate_buffer_tx_depth_2->residual_ptr->stride_y; in first_pass_init_tx_candidate_buffer()
4941 svt_memcpy(context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, in init_tx_candidate_buffer()
5003 uint16_t *dst = &(((uint16_t *)context_ptr->candidate_buffer_tx_depth_2 in init_tx_candidate_buffer()
5029 EbByte dst = &(context_ptr->candidate_buffer_tx_depth_2->prediction_ptr in init_tx_candidate_buffer()
5092 context_ptr->candidate_buffer_tx_depth_2->candidate_ptr, in update_tx_candidate_buffer()
5102 src += context_ptr->candidate_buffer_tx_depth_2->prediction_ptr->stride_y; in update_tx_candidate_buffer()
5111 src += context_ptr->candidate_buffer_tx_depth_2->prediction_ptr->stride_y; in update_tx_candidate_buffer()
5117 context_ptr->candidate_buffer_tx_depth_2->recon_coeff_ptr->buffer_y, in update_tx_candidate_buffer()
[all …]
H A DEbModeDecisionProcess.h381 ModeDecisionCandidateBuffer * candidate_buffer_tx_depth_2; member