Home
last modified time | relevance | path

Searched refs:thread_context_ptr (Results 1 – 25 of 59) sorted by relevance

123

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbDlfProcess.c28 EbThreadContext *thread_context_ptr = (EbThreadContext *)p; in dlf_context_dctor() local
29 DlfContext * obj = (DlfContext *)thread_context_ptr->priv; in dlf_context_dctor()
35 EbErrorType dlf_context_ctor(EbThreadContext *thread_context_ptr, const EbEncHandle *enc_handle_ptr, in dlf_context_ctor() argument
39 thread_context_ptr->priv = context_ptr; in dlf_context_ctor()
40 thread_context_ptr->dctor = dlf_context_dctor; in dlf_context_ctor()
55 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in dlf_kernel() local
56 DlfContext * context_ptr = (DlfContext *)thread_context_ptr->priv; in dlf_kernel()
H A DEbSourceBasedOperationsProcess.h21 EbErrorType tpl_disp_context_ctor(EbThreadContext *thread_context_ptr,
24 EbErrorType source_based_operations_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbEntropyCodingProcess.c27 EbThreadContext * thread_context_ptr = (EbThreadContext *)p; in rest_context_dctor() local
28 EntropyCodingContext *obj = (EntropyCodingContext *)thread_context_ptr->priv; in rest_context_dctor()
35 EbErrorType entropy_coding_context_ctor(EbThreadContext * thread_context_ptr, in entropy_coding_context_ctor() argument
40 thread_context_ptr->priv = context_ptr; in entropy_coding_context_ctor()
41 thread_context_ptr->dctor = rest_context_dctor; in entropy_coding_context_ctor()
330 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in entropy_coding_kernel() local
331 EntropyCodingContext *context_ptr = (EntropyCodingContext *)thread_context_ptr->priv; in entropy_coding_kernel()
H A DEbInitialRateControlProcess.c58 EbThreadContext * thread_context_ptr = (EbThreadContext *)p; in initial_rate_control_context_dctor() local
59 InitialRateControlContext *obj = (InitialRateControlContext *)thread_context_ptr->priv; in initial_rate_control_context_dctor()
69 EbErrorType initial_rate_control_context_ctor(EbThreadContext * thread_context_ptr, in initial_rate_control_context_ctor() argument
73 thread_context_ptr->priv = context_ptr; in initial_rate_control_context_ctor()
74 thread_context_ptr->dctor = initial_rate_control_context_dctor; in initial_rate_control_context_ctor()
507 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in initial_rate_control_kernel() local
508 InitialRateControlContext *context_ptr = (InitialRateControlContext *)thread_context_ptr->priv; in initial_rate_control_kernel()
H A DEbPacketizationProcess.c62 EbThreadContext * thread_context_ptr = (EbThreadContext *)p; in packetization_context_dctor() local
63 PacketizationContext *obj = (PacketizationContext *)thread_context_ptr->priv; in packetization_context_dctor()
68 EbErrorType packetization_context_ctor(EbThreadContext * thread_context_ptr, in packetization_context_ctor() argument
73 thread_context_ptr->priv = context_ptr; in packetization_context_ctor()
74 thread_context_ptr->dctor = packetization_context_dctor; in packetization_context_ctor()
408 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in packetization_kernel() local
409 PacketizationContext *context_ptr = (PacketizationContext *)thread_context_ptr->priv; in packetization_kernel()
H A DEbRestProcess.c73 EbThreadContext *thread_context_ptr = (EbThreadContext *)p; in rest_context_dctor() local
74 RestContext * obj = (RestContext *)thread_context_ptr->priv; in rest_context_dctor()
87 EbErrorType rest_context_ctor(EbThreadContext * thread_context_ptr, in rest_context_ctor() argument
96 thread_context_ptr->priv = context_ptr; in rest_context_ctor()
97 thread_context_ptr->dctor = rest_context_dctor; in rest_context_ctor()
456 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in rest_kernel() local
457 RestContext * context_ptr = (RestContext *)thread_context_ptr->priv; in rest_kernel()
H A DEbCdefProcess.c56 EbThreadContext *thread_context_ptr = (EbThreadContext *)p; in cdef_context_dctor() local
57 CdefContext * obj = (CdefContext *)thread_context_ptr->priv; in cdef_context_dctor()
64 EbErrorType cdef_context_ctor(EbThreadContext * thread_context_ptr, in cdef_context_ctor() argument
68 thread_context_ptr->priv = context_ptr; in cdef_context_ctor()
69 thread_context_ptr->dctor = cdef_context_dctor; in cdef_context_ctor()
517 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in cdef_kernel() local
518 CdefContext * context_ptr = (CdefContext *)thread_context_ptr->priv; in cdef_kernel()
H A DEbCdefProcess.h21 extern EbErrorType cdef_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbRestProcess.h20 extern EbErrorType rest_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbResourceCoordinationProcess.h22 EbErrorType resource_coordination_context_ctor(EbThreadContext* thread_context_ptr,
H A DEbInitialRateControlProcess.h22 EbErrorType initial_rate_control_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbPacketizationProcess.h23 EbErrorType packetization_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbDlfProcess.h31 extern EbErrorType dlf_context_ctor(EbThreadContext * thread_context_ptr,
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/Source/Lib/Encoder/Codec/
H A DEbDlfProcess.c28 EbThreadContext *thread_context_ptr = (EbThreadContext *)p; in dlf_context_dctor() local
29 DlfContext * obj = (DlfContext *)thread_context_ptr->priv; in dlf_context_dctor()
35 EbErrorType dlf_context_ctor(EbThreadContext *thread_context_ptr, const EbEncHandle *enc_handle_ptr, in dlf_context_ctor() argument
39 thread_context_ptr->priv = context_ptr; in dlf_context_ctor()
40 thread_context_ptr->dctor = dlf_context_dctor; in dlf_context_ctor()
55 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in dlf_kernel() local
56 DlfContext * context_ptr = (DlfContext *)thread_context_ptr->priv; in dlf_kernel()
H A DEbSourceBasedOperationsProcess.h21 EbErrorType tpl_disp_context_ctor(EbThreadContext *thread_context_ptr,
24 EbErrorType source_based_operations_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbEntropyCodingProcess.c27 EbThreadContext * thread_context_ptr = (EbThreadContext *)p; in rest_context_dctor() local
28 EntropyCodingContext *obj = (EntropyCodingContext *)thread_context_ptr->priv; in rest_context_dctor()
35 EbErrorType entropy_coding_context_ctor(EbThreadContext * thread_context_ptr, in entropy_coding_context_ctor() argument
40 thread_context_ptr->priv = context_ptr; in entropy_coding_context_ctor()
41 thread_context_ptr->dctor = rest_context_dctor; in entropy_coding_context_ctor()
330 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in entropy_coding_kernel() local
331 EntropyCodingContext *context_ptr = (EntropyCodingContext *)thread_context_ptr->priv; in entropy_coding_kernel()
H A DEbInitialRateControlProcess.c58 EbThreadContext * thread_context_ptr = (EbThreadContext *)p; in initial_rate_control_context_dctor() local
59 InitialRateControlContext *obj = (InitialRateControlContext *)thread_context_ptr->priv; in initial_rate_control_context_dctor()
69 EbErrorType initial_rate_control_context_ctor(EbThreadContext * thread_context_ptr, in initial_rate_control_context_ctor() argument
73 thread_context_ptr->priv = context_ptr; in initial_rate_control_context_ctor()
74 thread_context_ptr->dctor = initial_rate_control_context_dctor; in initial_rate_control_context_ctor()
507 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in initial_rate_control_kernel() local
508 InitialRateControlContext *context_ptr = (InitialRateControlContext *)thread_context_ptr->priv; in initial_rate_control_kernel()
H A DEbPacketizationProcess.c62 EbThreadContext * thread_context_ptr = (EbThreadContext *)p; in packetization_context_dctor() local
63 PacketizationContext *obj = (PacketizationContext *)thread_context_ptr->priv; in packetization_context_dctor()
68 EbErrorType packetization_context_ctor(EbThreadContext * thread_context_ptr, in packetization_context_ctor() argument
73 thread_context_ptr->priv = context_ptr; in packetization_context_ctor()
74 thread_context_ptr->dctor = packetization_context_dctor; in packetization_context_ctor()
408 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in packetization_kernel() local
409 PacketizationContext *context_ptr = (PacketizationContext *)thread_context_ptr->priv; in packetization_kernel()
H A DEbRestProcess.c73 EbThreadContext *thread_context_ptr = (EbThreadContext *)p; in rest_context_dctor() local
74 RestContext * obj = (RestContext *)thread_context_ptr->priv; in rest_context_dctor()
87 EbErrorType rest_context_ctor(EbThreadContext * thread_context_ptr, in rest_context_ctor() argument
96 thread_context_ptr->priv = context_ptr; in rest_context_ctor()
97 thread_context_ptr->dctor = rest_context_dctor; in rest_context_ctor()
456 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in rest_kernel() local
457 RestContext * context_ptr = (RestContext *)thread_context_ptr->priv; in rest_kernel()
H A DEbCdefProcess.c56 EbThreadContext *thread_context_ptr = (EbThreadContext *)p; in cdef_context_dctor() local
57 CdefContext * obj = (CdefContext *)thread_context_ptr->priv; in cdef_context_dctor()
64 EbErrorType cdef_context_ctor(EbThreadContext * thread_context_ptr, in cdef_context_ctor() argument
68 thread_context_ptr->priv = context_ptr; in cdef_context_ctor()
69 thread_context_ptr->dctor = cdef_context_dctor; in cdef_context_ctor()
517 EbThreadContext * thread_context_ptr = (EbThreadContext *)input_ptr; in cdef_kernel() local
518 CdefContext * context_ptr = (CdefContext *)thread_context_ptr->priv; in cdef_kernel()
H A DEbCdefProcess.h21 extern EbErrorType cdef_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbResourceCoordinationProcess.h22 EbErrorType resource_coordination_context_ctor(EbThreadContext* thread_context_ptr,
H A DEbRestProcess.h20 extern EbErrorType rest_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbInitialRateControlProcess.h22 EbErrorType initial_rate_control_context_ctor(EbThreadContext * thread_context_ptr,
H A DEbPacketizationProcess.h23 EbErrorType packetization_context_ctor(EbThreadContext * thread_context_ptr,

123