Lines Matching defs:i8x8
1876 int i8x8, i4x4;
1896 for( i8x8 = 0; i8x8 < 4; i8x8++ ) {
1897 if( cbp & (1<<i8x8) ) {
1899 const int index = 16*p + 4*i8x8;
1905 const int index = 16*p + 4*i8x8 + i4x4;
1910 fill_rectangle(&sl->non_zero_count_cache[scan8[4*i8x8+16*p]], 2, 2, 8, 0, 1);
2450 int c, i, i8x8;
2454 for (i8x8 = 0; i8x8 < 2; i8x8++) {
2456 const int index = 16 + 16 * c + 8*i8x8 + i;