HomeSort by relevance Sort by last modified time
    Searched refs:thisblockrow (Results 1 - 2 of 2) sorted by null

  /external/jpeg/
jccoefct.c 254 JBLOCKROW thisblockrow, lastblockrow; local
281 thisblockrow = buffer[block_row];
283 input_buf[ci], thisblockrow,
288 thisblockrow += blocks_across; /* => first dummy block */
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
290 lastDC = thisblockrow[-1][0];
292 thisblockrow[bi][0] = lastDC;
306 thisblockrow = buffer[block_row];
308 jzero_far((void FAR *) thisblockrow,
313 thisblockrow[bi][0] = lastDC
    [all...]
  /external/qemu/distrib/jpeg-6b/
jccoefct.c 254 JBLOCKROW thisblockrow, lastblockrow; local
281 thisblockrow = buffer[block_row];
283 input_buf[ci], thisblockrow,
288 thisblockrow += blocks_across; /* => first dummy block */
289 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
290 lastDC = thisblockrow[-1][0];
292 thisblockrow[bi][0] = lastDC;
306 thisblockrow = buffer[block_row];
308 jzero_far((void FAR *) thisblockrow,
313 thisblockrow[bi][0] = lastDC
    [all...]

Completed in 66 milliseconds