Home
last modified time | relevance | path

Searched refs:split_prediction (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/kvazaar/kvazaar-2.1.0/src/
H A Dml_intra_cu_depth_pred.c1351 prediction = (split_prediction == -1) ? depth : -1; in combined_tree_function()
1354 prediction = ((pred_merge_tmp >= 1) && (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1357 prediction = ((pred_merge_tmp >= 2) && (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1360 prediction = ((pred_merge_tmp >= 3) && (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1363 prediction = ((pred_merge_tmp >= 4) && (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1366 prediction = ((pred_merge_tmp >= 1) || (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1369 prediction = ((pred_merge_tmp >= 2) || (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1372 prediction = ((pred_merge_tmp >= 3) || (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1375 prediction = ((pred_merge_tmp >= 4) || (split_prediction == -1)) ? depth : -1; in combined_tree_function()
1463 int8_t split_prediction; in ml_os_qt_gen() local
[all …]
/dports/multimedia/schroedinger/schroedinger-1.0.11/schroedinger/
H A Dschrodecoder.c2619 int split_prediction; in schro_decoder_decode_macroblock() local
2621 split_prediction = schro_motion_split_prediction (motion, i, j); in schro_decoder_decode_macroblock()
2623 mv->split = (split_prediction + in schro_decoder_decode_macroblock()
2627 mv->split = (split_prediction + in schro_decoder_decode_macroblock()
2637 split_prediction); in schro_decoder_decode_macroblock()
H A Dschroencoder.c2855 int split_prediction; in schro_encoder_encode_superblock_split() local
2862 split_prediction = schro_motion_split_prediction (frame->motion, i, j); in schro_encoder_encode_superblock_split()
2863 split_residual = (mv->split - split_prediction + 3) % 3; in schro_encoder_encode_superblock_split()