Searched refs:fwht (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/test-drivers/vicodec/ |
H A D | Makefile | 2 vicodec-objs := vicodec-core.o codec-fwht.o codec-v4l2-fwht.o
|
H A D | codec-fwht.c | 14 #include "codec-fwht.h" 247 static void noinline_for_stack fwht(const u8 *block, s16 *output_block, in fwht() function 710 fwht(input, cf->coeffs, stride, input_step, 1); in encode_plane()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/vicodec/ |
H A D | Makefile | 2 vicodec-objs := vicodec-core.o codec-fwht.o codec-v4l2-fwht.o
|
H A D | codec-fwht.c | 15 #include "codec-fwht.h" 248 static void noinline_for_stack fwht(const u8 *block, s16 *output_block, in fwht() function 711 fwht(input, cf->coeffs, stride, input_step, 1); in encode_plane()
|
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | visl-dec.h | 53 struct visl_fwht_run fwht; member
|
H A D | visl-dec.c | 10 #include "visl-trace-fwht.h" 55 vb2_buf = vb2_find_buffer(cap_q, run->fwht.params->backward_ref_ts); in visl_get_ref_frames() 58 run->fwht.params->backward_ref_ts, in visl_get_ref_frames() 367 trace_v4l2_ctrl_fwht_params(run->fwht.params); in visl_trace_ctrls() 442 run.fwht.params = visl_find_control_data(ctx, V4L2_CID_STATELESS_FWHT_PARAMS); in visl_device_run()
|
H A D | visl-trace-fwht.h | 65 #define TRACE_INCLUDE_FILE visl-trace-fwht
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-ctrls.h | 21 #include <media/fwht-ctrls.h>
|
Completed in 7 milliseconds