Home
last modified time | relevance | path

Searched refs:quantization_encode (Results 1 – 4 of 4) sorted by relevance

/dports/net/freerdp/freerdp-2.5.0/include/freerdp/codec/
H A Drfx.h163 void (*quantization_encode)(INT16* buffer, const UINT32* quantization_values); member
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/codec/
H A Drfx_encode.c245 context->quantization_encode(data, quantization_values); in rfx_encode_component()
H A Drfx_sse2.c468 context->quantization_encode = rfx_quantization_encode_sse2; in rfx_init_sse2()
H A Drfx.c326 context->quantization_encode = rfx_quantization_encode; in rfx_context_new()