Home
last modified time | relevance | path

Searched refs:iwt_chroma_width (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschroparams.c141 params->iwt_chroma_width = in schro_params_calculate_iwt_sizes()
146 SCHRO_DEBUG ("iwt chroma size %d x %d", params->iwt_chroma_width, in schro_params_calculate_iwt_sizes()
336 fd->width = params->iwt_chroma_width >> shift; in schro_subband_get_frame_data()
H A Dschroparams.h66 int iwt_chroma_width; member
H A Dschrolowdelay.c583 SCHRO_ASSERT ((params->iwt_chroma_width % params->n_horiz_slices) == 0); in schro_decoder_decode_lowdelay_transform_data_fast()
588 lowdelay.slice_uv_size = (params->iwt_chroma_width / params->n_horiz_slices) * in schro_decoder_decode_lowdelay_transform_data_fast()
593 lowdelay.slice_uv_width = (params->iwt_chroma_width / params->n_horiz_slices); in schro_decoder_decode_lowdelay_transform_data_fast()
754 } else if ((params->iwt_chroma_width >> params->transform_depth) % in schro_decoder_decode_lowdelay_transform_data()
H A Dschrogpuframe.c379 width = params->iwt_chroma_width; in schro_gpuframe_iwt_transform()
431 width = params->iwt_chroma_width; in schro_gpuframe_inverse_iwt_transform()
H A Dschroengine.c1041 params->iwt_chroma_width >> params->transform_depth; in schro_encoder_setup_frame_lowdelay()
H A Dschrofilter.c839 params.iwt_chroma_width = frame->components[1].width; in schro_frame_filter_wavelet()
H A Dschroencoder.c2407 width = params->iwt_chroma_width; in schro_encoder_iwt_transform()
2661 width = params->iwt_chroma_width; in schro_encoder_inverse_iwt_transform()
H A Dschroframe.c1170 width = params->iwt_chroma_width; in schro_frame_iwt_transform()
H A Dschrodecoder.c1827 width = params->iwt_chroma_width; in schro_decoder_inverse_iwt_transform()
/dports/multimedia/schroedinger/schroedinger-1.0.11/testsuite/cuda/
H A Dcuda.c74 params.iwt_chroma_width = width/2; in test()
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/opengl/
H A Dschroopenglframe.c167 width = params->iwt_chroma_width; in schro_opengl_frame_inverse_iwt_transform()