2 <FILE>schrobitstream</FILE>
13 SCHRO_PARSE_HEADER_SIZE
14 SCHRO_PARSE_CODE_PICTURE
15 SCHRO_PARSE_CODE_IS_INTER
16 SCHRO_PARSE_CODE_IS_INTRA
17 SCHRO_PARSE_CODE_IS_NON_REFERENCE
18 SCHRO_PARSE_CODE_IS_REFERENCE
19 SCHRO_PARSE_CODE_IS_LOW_DELAY
20 SCHRO_PARSE_CODE_IS_PICTURE
21 SCHRO_PARSE_CODE_NUM_REFS
22 SCHRO_PARSE_CODE_IS_AUXILIARY_DATA
23 SCHRO_PARSE_CODE_IS_CORE_SYNTAX
24 SCHRO_PARSE_CODE_IS_END_OF_SEQUENCE
25 SCHRO_PARSE_CODE_IS_PADDING
26 SCHRO_PARSE_CODE_IS_SEQ_HEADER
27 SCHRO_PARSE_CODE_USING_AC
31 <FILE>schrolimits</FILE>
33 SCHRO_LIMIT_ENCODER_TRANSFORM_DEPTH
34 SCHRO_LIMIT_FRAME_QUEUE_LENGTH
35 SCHRO_LIMIT_REFERENCE_FRAMES
37 SCHRO_LIMIT_TRANSFORM_DEPTH
38 SCHRO_LIMIT_BLOCK_SIZE
39 SCHRO_LIMIT_METRIC_SCAN
43 <FILE>schrodecoder</FILE>
48 schro_decoder_get_video_format
49 schro_decoder_add_output_picture
50 schro_decoder_push_ready
52 schro_decoder_push_end_of_stream
54 schro_decoder_is_parse_unit
55 schro_decoder_is_access_unit
56 schro_decoder_is_intra
57 schro_decoder_is_picture
60 schro_decoder_set_earliest_frame
61 schro_decoder_set_skip_ratio
62 schro_decoder_get_picture_number
63 <SUBSECTION Unstable API>
64 schro_decoder_decode_parse_header
65 schro_decoder_decode_transform_data
66 schro_decoder_decode_lowdelay_transform_data
67 schro_decoder_subband_dc_predict
68 schro_decoder_compare_access_unit_buffer
69 schro_decoder_decode_block_data
70 schro_decoder_decode_macroblock
71 schro_decoder_decode_picture
72 schro_decoder_decode_prediction_unit
73 schro_decoder_init_subband_frame_data_interleaved
74 schro_decoder_iterate_picture
75 schro_decoder_parse_access_unit
76 schro_decoder_parse_block_data
77 schro_decoder_parse_lowdelay_transform_data
78 schro_decoder_parse_picture
79 schro_decoder_parse_picture_header
80 schro_decoder_parse_picture_prediction_parameters
81 schro_decoder_parse_transform_data
82 schro_decoder_parse_transform_parameters
83 schro_decoder_x_check_references
84 schro_decoder_x_combine
85 schro_decoder_x_decode_motion
86 schro_decoder_x_decode_residual
87 schro_decoder_x_render_motion
88 schro_decoder_x_upsample
89 schro_decoder_x_wavelet_transform
97 <FILE>schrodomain</FILE>
100 SCHRO_EXEC_DOMAIN_CPU
101 SCHRO_EXEC_DOMAIN_CUDA
102 SCHRO_EXEC_DOMAIN_OPENGL
103 SCHRO_MEMORY_DOMAIN_CPU
104 SCHRO_MEMORY_DOMAIN_CUDA
105 SCHRO_MEMORY_DOMAIN_OPENGL
106 SCHRO_MEMORY_DOMAIN_SLOTS
107 SCHRO_MEMORY_DOMAIN_SLOT_ALLOCATED
108 SCHRO_MEMORY_DOMAIN_SLOT_IN_USE
109 schro_memory_domain_alloc
110 schro_memory_domain_alloc_2d
111 schro_memory_domain_free
112 schro_memory_domain_memfree
113 schro_memory_domain_new
114 schro_memory_domain_new_cuda
115 schro_memory_domain_new_local
119 <FILE>schrocuda</FILE>
128 schro_gpumotion_render
131 schro_gpuframe_compare
132 schro_gpuframe_convert
133 schro_gpuframe_inverse_iwt_transform
134 schro_gpuframe_iwt_transform
135 schro_gpuframe_subtract
136 schro_gpuframe_to_cpu
137 schro_gpuframe_upsample
139 schro_upsampled_gpuframe_free
140 schro_upsampled_gpuframe_new
141 schro_upsampled_gpuframe_upsample
145 <FILE>schropack</FILE>
149 schro_pack_encode_init
152 schro_pack_encode_bit
153 schro_pack_encode_bits
154 schro_pack_encode_uint
155 schro_pack_encode_sint
157 schro_pack_estimate_sint
158 schro_pack_estimate_uint
160 schro_pack_get_bit_offset
161 schro_pack_get_offset
162 schro_pack_append_zero
166 <FILE>schrowavelet</FILE>
168 schro_wavelet_transform_2d
169 schro_wavelet_inverse_transform_2d
170 schro_split_ext_desl93
174 schro_split_ext_fidelity
175 schro_split_ext_daub97
176 schro_synth_ext_desl93
180 schro_synth_ext_fidelity
181 schro_synth_ext_daub97
201 <FILE>schroarith</FILE>
206 schro_arith_decode_init
207 schro_arith_encode_init
209 schro_arith_decode_bit
210 schro_arith_decode_flush
211 schro_arith_decode_sint
212 schro_arith_decode_uint
213 schro_arith_encode_bit
214 schro_arith_encode_sint
215 schro_arith_encode_uint
216 schro_arith_estimate_bit
217 schro_arith_estimate_init
218 schro_arith_estimate_sint
219 schro_arith_estimate_uint
223 <FILE>schrobuffer</FILE>
226 schro_buffer_new_and_alloc
227 schro_buffer_new_with_data
228 schro_buffer_new_subbuffer
231 schro_buffer_compare_data
236 <FILE>schrodebug</FILE>
246 schro_debug_set_level
247 schro_debug_get_level
252 <FILE>schroencoder</FILE>
255 SchroEncoderFrameStateEnum
256 SchroEncoderPerceptualEnum
259 SchroQuantiserEngineEnum
262 SchroEncoderRateControlEnum
264 SchroEncoderSettingTypeEnum
265 SchroEngineIterateFunc
268 schro_encoder_get_video_format
269 schro_encoder_set_video_format
270 schro_encoder_end_of_stream
271 schro_encoder_push_frame
272 schro_encoder_copy_to_frame_buffer
273 schro_encoder_encode_access_unit_header
274 schro_encoder_encode_parse_info
276 schro_encoder_preference_get_range
277 schro_encoder_preference_get
278 schro_encoder_preference_set
279 schro_encoder_analyse_picture
280 schro_encoder_calculate_subband_weights
281 schro_encoder_calculate_test_info
282 schro_encoder_choose_quantisers
283 schro_encoder_clean_up_transform
284 schro_encoder_encode_access_unit
285 schro_encoder_encode_auxiliary_data
286 schro_encoder_encode_end_of_stream
287 schro_encoder_encode_lowdelay_transform_data
288 schro_encoder_encode_picture
289 schro_encoder_encode_picture_all
290 schro_encoder_encode_picture_header
291 schro_encoder_encode_subband
292 schro_encoder_encode_subband_noarith
293 schro_encoder_engine_backref
294 schro_encoder_engine_backtest
295 schro_encoder_engine_intra_only
296 schro_encoder_engine_lossless
297 schro_encoder_engine_lowdelay
298 schro_encoder_engine_test_intra
299 schro_encoder_engine_tworef
300 schro_encoder_estimate_entropy
301 schro_encoder_frame_analyse
302 schro_encoder_frame_downsample
303 schro_encoder_frame_insert_buffer
304 schro_encoder_frame_new
305 schro_encoder_frame_queue_get
306 schro_encoder_frame_queue_remove
307 schro_encoder_frame_ref
308 schro_encoder_frame_unref
309 schro_encoder_init_subbands
310 schro_encoder_insert_buffer
311 schro_encoder_output_push
312 schro_encoder_perceptual_weight_ccir959
313 schro_encoder_perceptual_weight_constant
314 schro_encoder_perceptual_weight_moo
315 schro_encoder_postanalyse_picture
316 schro_encoder_predict_picture
317 schro_encoder_push_ready
318 schro_encoder_recalculate_allocations
319 schro_encoder_reconstruct_picture
320 schro_encoder_reference_add
321 schro_encoder_reference_get
322 schro_encoder_set_default_subband_weights
325 schro_encoder_get_n_settings
326 schro_encoder_get_setting_info
327 schro_encoder_global_estimation
328 schro_encoder_init_error_tables
329 schro_encoder_phasecorr_estimation
330 schro_encoder_setting_get_double
331 schro_encoder_setting_set_double
340 <FILE>schroparams</FILE>
348 schro_params_calculate_iwt_sizes
349 schro_params_calculate_mc_sizes
350 schro_params_set_block_params
351 schro_params_set_default_codeblock
352 schro_params_get_block_params
353 schro_params_get_frame_format
355 schro_params_is_default_codeblock
356 schro_params_is_default_quant_matrix
357 schro_params_set_default_quant_matrix
358 schro_params_verify_block_params
362 <FILE>schrovideoformat</FILE>
363 schro_video_format_validate
364 schro_video_format_set_std_video_format
365 schro_video_format_get_std_video_format
366 schro_video_format_set_std_frame_rate
367 schro_video_format_get_std_frame_rate
368 schro_video_format_set_std_aspect_ratio
369 schro_video_format_get_std_aspect_ratio
370 schro_video_format_set_std_signal_range
371 schro_video_format_get_std_signal_range
372 schro_video_format_set_std_colour_spec
373 schro_video_format_get_std_colour_spec
377 <FILE>schroframe</FILE>
383 SCHRO_FRAME_FORMAT_DEPTH
384 SCHRO_FRAME_FORMAT_DEPTH_S16
385 SCHRO_FRAME_FORMAT_DEPTH_S32
386 SCHRO_FRAME_FORMAT_DEPTH_U8
387 SCHRO_FRAME_FORMAT_H_SHIFT
388 SCHRO_FRAME_FORMAT_V_SHIFT
389 SCHRO_FRAME_IS_PACKED
390 SCHRO_FRAME_DATA_GET_LINE
391 SCHRO_FRAME_DATA_GET_PIXEL_S16
392 SCHRO_FRAME_DATA_GET_PIXEL_U8
394 schro_frame_new_and_alloc
395 schro_frame_new_from_data_AYUV
396 schro_frame_new_from_data_I420
397 schro_frame_new_from_data_YUY2
401 schro_frame_set_free_callback
403 schro_frame_data_get_codeblock
404 schro_frame_get_metric
405 schro_frame_get_subdata
406 schro_frame_inverse_iwt_transform_cuda
407 schro_frame_new_from_data_UYVY
408 schro_frame_new_from_data_YV12
411 schro_frame_convert_to_444
414 schro_frame_shift_left
415 schro_frame_shift_right
416 schro_frame_edge_extend
417 schro_frame_zero_extend
418 schro_frame_iwt_transform
419 schro_frame_inverse_iwt_transform
420 schro_frame_downsample
422 schro_frame_upsample_horiz
423 schro_frame_upsample_vert
426 schro_frame_mean_squared_error
428 schro_frame_calculate_average_luma
431 schro_upsampled_frame_free
432 schro_upsampled_frame_new
433 schro_upsampled_frame_upsample
434 schro_upsampled_frame_get_block_fast_precN
435 schro_upsampled_frame_get_block_precN
436 schro_upsampled_frame_get_pixel_prec0
437 schro_upsampled_frame_get_pixel_prec1
438 schro_upsampled_frame_get_pixel_prec3
439 schro_upsampled_frame_get_pixel_precN
443 <FILE>schrofft</FILE>
445 schro_fft_generate_tables_f32
450 <FILE>schrofilter</FILE>
451 schro_frame_filter_adaptive_lowpass
452 schro_frame_filter_addnoise
453 schro_frame_filter_cwm7
454 schro_frame_filter_cwmN
455 schro_frame_filter_cwmN_ref
456 schro_frame_filter_lowpass
457 schro_frame_filter_lowpass2
458 schro_frame_filter_lowpass_16
459 schro_frame_filter_wavelet
462 schro_filter_cwmN_ref
466 <FILE>schroutils</FILE>
486 schro_utils_multiplier_to_quant_index
487 schro_utils_probability_to_entropy
488 schro_utils_reduce_fraction
506 <FILE>schroasync</FILE>
509 SchroAsyncCompleteFunc
510 SchroAsyncScheduleFunc
514 schro_async_get_num_completed
518 schro_async_pull_locked
519 schro_async_run_locked
520 schro_async_signal_scheduler
521 schro_async_wait_locked
524 schro_async_get_exec_domain
529 <FILE>schrometric</FILE>
532 schro_metric_absdiff_u8
534 schro_metric_haar_const
535 schro_metric_abssum_s16
538 schro_metric_get_biref
540 schro_metric_scan_do_scan
541 schro_metric_scan_get_min
542 schro_metric_scan_setup
546 <FILE>schromotion</FILE>
548 SCHRO_MOTION_GET_BLOCK
549 SCHRO_MOTION_GET_DC_BLOCK
550 schro_motion_dc_prediction
551 schro_motion_vector_prediction
552 schro_motion_split_prediction
553 schro_motion_get_mode_prediction
554 schro_motion_block_estimate_entropy
555 schro_motion_copy_from
557 schro_motion_estimate_entropy
558 schro_motion_field_global_estimation
559 schro_motion_field_lshift
561 schro_motion_get_global_prediction
564 schro_motion_render_cuda
565 schro_motion_render_ref
566 schro_motion_superblock_estimate_entropy
567 schro_motion_superblock_try_estimate_entropy
568 schro_motion_vector_is_equal
569 schro_motion_field_new
570 schro_motion_field_free
571 schro_motion_field_scan
572 schro_motion_field_inherit
573 schro_motion_field_copy
578 <FILE>schromotionest</FILE>
584 schro_motionest_superblock_get_metric
590 <FILE>schrohistogram</FILE>
593 SCHRO_HISTOGRAM_SHIFT
597 schro_histogram_add_array_s16
598 schro_histogram_apply_table
599 schro_histogram_apply_table_range
600 schro_histogram_estimate_entropy
601 schro_histogram_estimate_noise_level
602 schro_histogram_estimate_slope
603 schro_histogram_get_range
604 schro_histogram_scale
606 schro_histogram_table_generate
610 <FILE>schrounpack</FILE>
612 schro_unpack_byte_sync
614 schro_unpack_decode_bit
615 schro_unpack_decode_bits
616 schro_unpack_decode_sint
617 schro_unpack_decode_sint_s16
618 schro_unpack_decode_sint_slow
619 schro_unpack_decode_uint
620 schro_unpack_get_bits_read
621 schro_unpack_get_bits_remaining
622 schro_unpack_init_with_data
623 schro_unpack_limit_bits_remaining
624 schro_unpack_skip_bits
628 <FILE>schroqueue</FILE>
646 <FILE>schrosubband</FILE>
647 SCHRO_SUBBAND_IS_HORIZONTALLY_ORIENTED
648 SCHRO_SUBBAND_IS_VERTICALLY_ORIENTED
651 schro_subband_get_frame_data
652 schro_subband_get_position
656 <FILE>schrooil</FILE>
660 oil_multsumshift8_str_s16
665 oil_sum_square_diff_u8
667 oil_addc_rshift_clipconv_u8_s16
670 oil_iir3_across_s16_f64
671 oil_iir3_across_u8_f64
677 oil_mas12across_addc_rshift_u8
682 schro_cog_mas10_u8_edgeextend
683 schro_cog_mas8_u8_edgeextend
687 <FILE>schrolist</FILE>