Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion av2/common/av2_rtcd_defs.pl
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ ()
add_proto qw/uint64_t compute_distortion_block/, "const uint16_t *org, const int org_stride,
const uint16_t *rec16, const int rec_stride, const int x, const int y,
const int log2_filter_unit_size_y, const int log2_filter_unit_size_x, const int height,
const int width";
const int width, const int bd";
specialize qw/compute_distortion_block avx2/;

add_proto qw/void ccso_derive_src_block/, "const uint16_t *src_y, uint8_t *const src_cls0,
Expand Down
Loading
Loading