Lines Matching defs:count
211 int macroblock_count; /* y macroblock count */
217 int yuv_macroblock_count; /* y+u+v macroblock count */
1493 int count = 0;
1498 count++;
1503 count++;
1506 if (count != 2 && dc_pred[-1].type == type) {
1508 count++;
1511 if (count != 2 && dc_pred[1].type == type) {
1513 count++;
1517 return count == 2 ? dc / 2 : last_dc[type];
2409 /* fragment count covers all 8x8 blocks for all 3 planes */