|
void | ojph::local::gen_cnvrt_si32_to_si32_shftd (const si32 *sp, si32 *dp, int shift, ui32 width) |
|
void | ojph::local::gen_cnvrt_si32_to_float_shftd (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::gen_cnvrt_si32_to_float (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::gen_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::gen_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::gen_rct_forward (const si32 *r, const si32 *g, const si32 *b, si32 *y, si32 *cb, si32 *cr, ui32 repeat) |
|
void | ojph::local::gen_rct_backward (const si32 *y, const si32 *cb, const si32 *cr, si32 *r, si32 *g, si32 *b, ui32 repeat) |
|
void | ojph::local::gen_ict_forward (const float *r, const float *g, const float *b, float *y, float *cb, float *cr, ui32 repeat) |
|
void | ojph::local::gen_ict_backward (const float *y, const float *cb, const float *cr, float *r, float *g, float *b, ui32 repeat) |
|
void | ojph::local::sse_cnvrt_si32_to_float_shftd (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::sse_cnvrt_si32_to_float (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::sse_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::sse_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::sse_ict_forward (const float *r, const float *g, const float *b, float *y, float *cb, float *cr, ui32 repeat) |
|
void | ojph::local::sse_ict_backward (const float *y, const float *cb, const float *cr, float *r, float *g, float *b, ui32 repeat) |
|
void | ojph::local::sse2_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::sse2_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::sse2_cnvrt_si32_to_si32_shftd (const si32 *sp, si32 *dp, int shift, ui32 width) |
|
void | ojph::local::sse2_rct_forward (const si32 *r, const si32 *g, const si32 *b, si32 *y, si32 *cb, si32 *cr, ui32 repeat) |
|
void | ojph::local::sse2_rct_backward (const si32 *y, const si32 *cb, const si32 *cr, si32 *r, si32 *g, si32 *b, ui32 repeat) |
|
void | ojph::local::avx_cnvrt_si32_to_float_shftd (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::avx_cnvrt_si32_to_float (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::avx_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::avx_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::avx_ict_forward (const float *r, const float *g, const float *b, float *y, float *cb, float *cr, ui32 repeat) |
|
void | ojph::local::avx_ict_backward (const float *y, const float *cb, const float *cr, float *r, float *g, float *b, ui32 repeat) |
|
void | ojph::local::avx2_cnvrt_si32_to_si32_shftd (const si32 *sp, si32 *dp, int shift, ui32 width) |
|
void | ojph::local::avx2_rct_forward (const si32 *r, const si32 *g, const si32 *b, si32 *y, si32 *cb, si32 *cr, ui32 repeat) |
|
void | ojph::local::avx2_rct_backward (const si32 *y, const si32 *cb, const si32 *cr, si32 *r, si32 *g, si32 *b, ui32 repeat) |
|
void | ojph::local::wasm_cnvrt_si32_to_float_shftd (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::wasm_cnvrt_si32_to_float (const si32 *sp, float *dp, float mul, ui32 width) |
|
void | ojph::local::wasm_cnvrt_float_to_si32_shftd (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::wasm_cnvrt_float_to_si32 (const float *sp, si32 *dp, float mul, ui32 width) |
|
void | ojph::local::wasm_cnvrt_si32_to_si32_shftd (const si32 *sp, si32 *dp, int shift, ui32 width) |
|
void | ojph::local::wasm_rct_forward (const si32 *r, const si32 *g, const si32 *b, si32 *y, si32 *cb, si32 *cr, ui32 repeat) |
|
void | ojph::local::wasm_rct_backward (const si32 *y, const si32 *cb, const si32 *cr, si32 *r, si32 *g, si32 *b, ui32 repeat) |
|
void | ojph::local::wasm_ict_forward (const float *r, const float *g, const float *b, float *y, float *cb, float *cr, ui32 repeat) |
|
void | ojph::local::wasm_ict_backward (const float *y, const float *cb, const float *cr, float *r, float *g, float *b, ui32 repeat) |
|