Files
Jun Zhao eef9672b02 checkasm/hevc_pel: rename loop variable 'size' to 'idx' to avoid confusion
The variable 'size' is used as a loop index for the 'sizes' array.
This naming similarity is error-prone and recently led to a typo where
'size[sizes]' was written instead of 'sizes[size]'.

Rename the loop index variable from 'size' to 'idx' across all 10 test
functions to make the code more readable and prevent similar typos.

Additionally, replace the hardcoded loop upper bound '10' with
'FF_ARRAY_ELEMS(sizes)' for better maintainability.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
2026-02-03 22:57:20 +08:00
..
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-04-06 11:02:10 -03:00
2023-11-27 17:55:24 +02:00
2025-04-27 15:52:30 +01:00
2024-05-11 10:28:59 +02:00
2024-03-15 12:51:15 +01:00
2024-06-04 11:46:27 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2022-11-06 14:39:36 +01:00
2025-08-03 13:48:47 +02:00
2024-03-15 12:51:15 +01:00
2025-08-03 13:48:47 +02:00
2024-08-31 14:08:54 +08:00