Home
last modified time | relevance | path

Searched refs:recon_coeff_ptr (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbModeDecision.h86 EbPictureBufferDesc *recon_coeff_ptr; member
H A DEbEncDecProcess.c863 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_y)[reconCoeffTuOriginIndex]), in perform_inverse_transform_recon()
877 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cb)[0]), in perform_inverse_transform_recon()
888 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cr)[0]), in perform_inverse_transform_recon()
1086 …&(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_y)[residual_quant_tu_origin_index]), … in perform_full_loop()
1111 … &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_y)[residual_quant_tu_origin_index]), in perform_full_loop()
1139 …&(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cb)[0]), // Hsan -… in perform_full_loop()
1164 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cb)[0]), in perform_full_loop()
1186 …&(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cr)[0]), // Hsan -… in perform_full_loop()
1211 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cr)[0]), in perform_full_loop()
H A DEbModeDecision.c251 (EbPtr *)&(buffer_ptr->recon_coeff_ptr), in eb_vp9_mode_decision_candidate_buffer_ctor()
/dports/multimedia/gstreamer1-plugins-svt-vp9/SVT-VP9-0.3.0/Source/Lib/Codec/
H A DEbModeDecision.h86 EbPictureBufferDesc *recon_coeff_ptr; member
H A DEbEncDecProcess.c863 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_y)[reconCoeffTuOriginIndex]), in perform_inverse_transform_recon()
877 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cb)[0]), in perform_inverse_transform_recon()
888 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cr)[0]), in perform_inverse_transform_recon()
1086 …&(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_y)[residual_quant_tu_origin_index]), … in perform_full_loop()
1111 … &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_y)[residual_quant_tu_origin_index]), in perform_full_loop()
1139 …&(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cb)[0]), // Hsan -… in perform_full_loop()
1164 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cb)[0]), in perform_full_loop()
1186 …&(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cr)[0]), // Hsan -… in perform_full_loop()
1211 &(((int16_t*)candidate_buffer->recon_coeff_ptr->buffer_cr)[0]), in perform_full_loop()
H A DEbModeDecision.c251 (EbPtr *)&(buffer_ptr->recon_coeff_ptr), in eb_vp9_mode_decision_candidate_buffer_ctor()
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecision.h166 EbPictureBufferDesc *recon_coeff_ptr; member
H A DEbModeDecisionProcess.c80 EB_DELETE(obj->recon_coeff_ptr[txt_itr]); in mode_decision_context_dctor()
320 EB_NEW(context_ptr->recon_coeff_ptr[txt_itr], in mode_decision_context_ctor()
H A DEbProductCodingLoop.c786 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cb, in av1_perform_inverse_transform_recon()
817 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cr, in av1_perform_inverse_transform_recon()
4134 memcpy(((int32_t *)candidate_buffer->recon_coeff_ptr->buffer_y) + txb_1d_offset, in copy_txt_data()
4260 EbPictureBufferDesc *recon_coeff_ptr = only_dct_dct in tx_type_search() local
4261 ? candidate_buffer->recon_coeff_ptr in tx_type_search()
4262 : context_ptr->recon_coeff_ptr[tx_type]; in tx_type_search()
4380 (int32_t *)recon_coeff_ptr->buffer_y, in tx_type_search()
4433 recon_coeff_ptr, in tx_type_search()
5085 svt_memcpy(candidate_buffer->recon_coeff_ptr->buffer_y, in update_tx_candidate_buffer()
5086 context_ptr->candidate_buffer_tx_depth_1->recon_coeff_ptr->buffer_y, in update_tx_candidate_buffer()
[all …]
H A DEbFullLoop.c1778 &(((int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cb)[txb_1d_offset]), in full_loop_r()
1808 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cb, in full_loop_r()
1865 &(((int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cr)[txb_1d_offset]), in full_loop_r()
1895 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cr, in full_loop_r()
2055 candidate_buffer->recon_coeff_ptr, in cu_full_distortion_fast_txb_mode_r()
H A DEbModeDecisionProcess.h660 EbPictureBufferDesc *recon_coeff_ptr[TX_TYPES]; member
H A DEbModeDecision.c556 EB_DELETE(obj->recon_coeff_ptr); in mode_decision_candidate_buffer_dctor()
562 EB_DELETE(obj->recon_coeff_ptr); in mode_decision_scratch_candidate_buffer_dctor()
616 EB_NEW(buffer_ptr->recon_coeff_ptr, in mode_decision_candidate_buffer_ctor()
681 EB_NEW(buffer_ptr->recon_coeff_ptr, in mode_decision_scratch_candidate_buffer_ctor()
/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbModeDecision.h166 EbPictureBufferDesc *recon_coeff_ptr; member
H A DEbModeDecisionProcess.c80 EB_DELETE(obj->recon_coeff_ptr[txt_itr]); in mode_decision_context_dctor()
320 EB_NEW(context_ptr->recon_coeff_ptr[txt_itr], in mode_decision_context_ctor()
H A DEbProductCodingLoop.c786 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cb, in av1_perform_inverse_transform_recon()
817 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cr, in av1_perform_inverse_transform_recon()
4134 memcpy(((int32_t *)candidate_buffer->recon_coeff_ptr->buffer_y) + txb_1d_offset, in copy_txt_data()
4260 EbPictureBufferDesc *recon_coeff_ptr = only_dct_dct in tx_type_search() local
4261 ? candidate_buffer->recon_coeff_ptr in tx_type_search()
4262 : context_ptr->recon_coeff_ptr[tx_type]; in tx_type_search()
4380 (int32_t *)recon_coeff_ptr->buffer_y, in tx_type_search()
4433 recon_coeff_ptr, in tx_type_search()
5085 svt_memcpy(candidate_buffer->recon_coeff_ptr->buffer_y, in update_tx_candidate_buffer()
5086 context_ptr->candidate_buffer_tx_depth_1->recon_coeff_ptr->buffer_y, in update_tx_candidate_buffer()
[all …]
H A DEbFullLoop.c1778 &(((int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cb)[txb_1d_offset]), in full_loop_r()
1808 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cb, in full_loop_r()
1865 &(((int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cr)[txb_1d_offset]), in full_loop_r()
1895 (int32_t *)candidate_buffer->recon_coeff_ptr->buffer_cr, in full_loop_r()
2055 candidate_buffer->recon_coeff_ptr, in cu_full_distortion_fast_txb_mode_r()
H A DEbModeDecisionProcess.h660 EbPictureBufferDesc *recon_coeff_ptr[TX_TYPES]; member
H A DEbModeDecision.c556 EB_DELETE(obj->recon_coeff_ptr); in mode_decision_candidate_buffer_dctor()
562 EB_DELETE(obj->recon_coeff_ptr); in mode_decision_scratch_candidate_buffer_dctor()
616 EB_NEW(buffer_ptr->recon_coeff_ptr, in mode_decision_candidate_buffer_ctor()
681 EB_NEW(buffer_ptr->recon_coeff_ptr, in mode_decision_scratch_candidate_buffer_ctor()