‘FRAME_COUNTS’ has no member named ‘cwp_idx’

What version / commit were you testing with?

fff8faea

What steps will reproduce the problem?

  1. cmake ../avm -DCONFIG_ENTROPY_STATS=1 && make -j

What is the expected output? Successful build

What do you see instead? avm/av1/encoder/partition_search.c: In function ‘update_cwp_idx_stats’:
avm/av1/encoder/partition_search.c:962:11: error: ‘FRAME_COUNTS’ has no member named ‘cwp_idx’
962 | counts->cwp_idx[bit_cnt][final_idx != idx]++;

Please use labels and text to provide additional information.

This seems related to !717 (merged)