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

  /external/chromium_org/third_party/libjpeg_turbo/
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/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/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jccoefct.c 255 JBLOCKROW thisblockrow, lastblockrow; local
282 thisblockrow = buffer[block_row];
284 input_buf[ci], thisblockrow,
289 thisblockrow += blocks_across; /* => first dummy block */
290 jzero_far((void FAR *) thisblockrow, ndummy * SIZEOF(JBLOCK));
291 lastDC = thisblockrow[-1][0];
293 thisblockrow[bi][0] = lastDC;
307 thisblockrow = buffer[block_row];
309 jzero_far((void FAR *) thisblockrow,
314 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 188 milliseconds