• Home
  • Raw
  • Download

Lines Matching refs:guint8

368   guint8 loop_filter_level;
369 guint8 loop_filter_sharpness;
370 guint8 loop_filter_delta_enabled;
371 guint8 loop_filter_delta_update;
373 guint8 update_ref_delta[GST_VP9_MAX_REF_LF_DELTAS];
376 guint8 update_mode_delta[GST_VP9_MAX_MODE_LF_DELTAS];
392 guint8 base_q_idx;
428 guint8 segmentation_enabled;
429 guint8 segmentation_update_map;
430 guint8 segmentation_tree_probs[GST_VP9_SEG_TREE_PROBS];
431 guint8 segmentation_pred_prob[GST_VP9_PREDICTION_PROBS];
432 guint8 segmentation_temporal_update;
434 guint8 segmentation_update_data;
435 guint8 segmentation_abs_or_delta_update;
437 guint8 feature_enabled[GST_VP9_MAX_SEGMENTS][GST_VP9_SEG_LVL_MAX];
452 guint8 joint[GST_VP9_MV_JOINTS - 1];
453 guint8 sign[2];
454 guint8 klass[2][GST_VP9_MV_CLASSES - 1];
455 guint8 class0_bit[2];
456 guint8 bits[2][GST_VP9_MV_OFFSET_BITS];
457 guint8 class0_fr[2][GST_VP9_CLASS0_SIZE][GST_VP9_MV_FR_SIZE - 1];
458 guint8 fr[2][GST_VP9_MV_FR_SIZE - 1];
459 guint8 class0_hp[2];
460 guint8 hp[2];
475 guint8 tx_probs_8x8[GST_VP9_TX_SIZE_CONTEXTS][GST_VP9_TX_SIZES - 3];
476 guint8 tx_probs_16x16[GST_VP9_TX_SIZE_CONTEXTS][GST_VP9_TX_SIZES - 2];
477 guint8 tx_probs_32x32[GST_VP9_TX_SIZE_CONTEXTS][GST_VP9_TX_SIZES - 1];
478 guint8 coef[4][2][2][6][6][3];
479 guint8 skip[GST_VP9_SKIP_CONTEXTS];
480 guint8 inter_mode[GST_VP9_INTER_MODE_CONTEXTS][GST_VP9_INTER_MODES - 1];
481 guint8
484 guint8 is_inter[GST_VP9_IS_INTER_CONTEXTS];
485 guint8 comp_mode[GST_VP9_COMP_MODE_CONTEXTS];
486 guint8 single_ref[GST_VP9_REF_CONTEXTS][2];
487 guint8 comp_ref[GST_VP9_REF_CONTEXTS];
488 guint8 y_mode[GST_VP9_BLOCK_SIZE_GROUPS][GST_VP9_INTRA_MODES - 1];
489 guint8 partition[GST_VP9_PARTITION_CONTEXTS][GST_VP9_PARTITION_TYPES - 1];
574 guint8 profile;
575 guint8 bit_depth;
576 guint8 subsampling_x;
577 guint8 subsampling_y;
578 guint8 color_space;
579 guint8 color_range;
580 guint8 show_existing_frame;
581 guint8 frame_to_show_map_idx;
582 guint8 frame_type;
583 guint8 show_frame;
584 guint8 error_resilient_mode;
587 guint8 render_and_frame_size_different;
590 guint8 intra_only;
591 guint8 reset_frame_context;
592 guint8 refresh_frame_flags;
593 guint8 ref_frame_idx[GST_VP9_REFS_PER_FRAME];
594 guint8 ref_frame_sign_bias[4];
595 guint8 allow_high_precision_mv;
596 guint8 interpolation_filter;
598 guint8 refresh_frame_context;
599 guint8 frame_parallel_decoding_mode;
600 guint8 frame_context_idx;
606 guint8 tile_cols_log2;
607 guint8 tile_rows_log2;
617 guint8 lossless_flag;
632 guint8 bit_depth;
633 guint8 subsampling_x;
634 guint8 subsampling_y;
635 guint8 color_space;
636 guint8 color_range;
661 const guint8 * data,
667 … const guint8 * data,
673 guint8 segment_id,
674 guint8 feature);
677 guint8 gst_vp9_get_qindex (const GstVp9SegmentationParams * segmentation_params,
679 guint8 segment_id);
683 gint16 gst_vp9_get_dc_quant (guint8 qindex,
685 guint8 bit_depth);
688 gint16 gst_vp9_get_ac_quant (guint8 qindex,
690 guint8 bit_depth);