Skip to content

Use NUM_REF_FRAMES in update_ref_buffers( ) #365

Description

@ycho

In the section E.5.1 Decoder model function of AV1 Spec,

update_ref_buffers ( idx, refresh_frame_flags ) {
for ( i = 0; i < 8; i++ ) {
==> I think we want to use defined symbol name NUM_REF_FRAMES instead of 8
for ( i = 0; i < NUM_REF_FRAMES; i++ ) {

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions