Skip to content

Remove few unused fields/structs and functions from av2 context - #5370

Draft
SamuthirikaS wants to merge 1 commit into
AOMediaCodec:av2-encfrom
SamuthirikaS:cleanup_com
Draft

Remove few unused fields/structs and functions from av2 context#5370
SamuthirikaS wants to merge 1 commit into
AOMediaCodec:av2-encfrom
SamuthirikaS:cleanup_com

Conversation

@SamuthirikaS

Copy link
Copy Markdown
  • StreamInfo.seq_list_buf/lcr_list_buf/atlas_list_buf/ atlas_counter_buf/ops_list_buf/seq_header_count_buf
  • ThreadData.ref_mv_bank/warp_param_bank
  • AV2Decoder.tile_col_size_bytes/current_order_hint_bits
  • mlayer_frame_state_t
  • mlayer_validation_state_t
  • test_obu_info_t
  • CroppingWindow.crop_info_seq_flag/crop_max_width/ crop_max_height
  • GlobalLayerConfigurationRecord.lcr_reserved_zero_2bits/ lcr_reserved_zero_6bits/lcr_data_size_present_flag
  • SequenceHeader.allow_seg_info_change
  • BufferRemovalTimingInfo.ops_id
  • CdefInfo.cdef_bits
  • CurrentFrame.tile_info_present_in_frame_header
  • MultiFrameHeader.mfh_render_size_present_flag
  • RestSearchCtxt.num_rus_in_tile
  • INTER_MODE_SPEED_FEATURES.reduce_inter_modes
  • MV_STATS.high_prec
  • PARTITION_SPEED_FEATURES.less_rectangular_check_level
  • Usage of av2_qmatrix() was removed in 99bac040e1 av1 commit. Hence its definition
    and declaration are now being removed.
  • Usage of av2_qm_replace_level() was removed in 57a0841. Hence its definition and declaration
    are now being removed.

- StreamInfo.seq_list_buf/lcr_list_buf/atlas_list_buf/
atlas_counter_buf/ops_list_buf/seq_header_count_buf
- ThreadData.ref_mv_bank/warp_param_bank
- AV2Decoder.tile_col_size_bytes/current_order_hint_bits
- mlayer_frame_state_t
- mlayer_validation_state_t
- test_obu_info_t
- CroppingWindow.crop_info_seq_flag/crop_max_width/
crop_max_height
- GlobalLayerConfigurationRecord.lcr_reserved_zero_2bits/
lcr_reserved_zero_6bits/lcr_data_size_present_flag
- SequenceHeader.allow_seg_info_change
- BufferRemovalTimingInfo.ops_id
- CdefInfo.cdef_bits
- CurrentFrame.tile_info_present_in_frame_header
- MultiFrameHeader.mfh_render_size_present_flag
- RestSearchCtxt.num_rus_in_tile
- INTER_MODE_SPEED_FEATURES.reduce_inter_modes
- MV_STATS.high_prec
- PARTITION_SPEED_FEATURES.less_rectangular_check_level
- Usage of av2_qmatrix() was removed in
99bac040e1 av1 commit. Hence its definition
and declaration are now being removed.
- Usage of av2_qm_replace_level() was removed in
57a0841. Hence its definition and declaration
are now being removed.

Co-authored-by: Satheesh Kumar <satheesh.kumar@ittiam.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants