HomeSort by relevance Sort by last modified time
    Searched refs:MCU_height (Results 1 - 25 of 29) sorted by null

1 2

  /external/jpeg/
jdinput.c 141 compptr->MCU_height = 1;
177 compptr->MCU_height = compptr->v_samp_factor;
178 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
193 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
194 if (tmp == 0) tmp = compptr->MCU_height;
jcmaster.c 326 compptr->MCU_height = 1;
362 compptr->MCU_height = compptr->v_samp_factor;
363 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
369 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
370 if (tmp == 0) tmp = compptr->MCU_height;
jccoefct.c 174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jctrans.c 312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jdcoefct.c 205 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
504 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
    [all...]
jpeglib.h 165 int MCU_height; /* number of blocks per MCU, vertically */
166 int MCU_blocks; /* MCU_width * MCU_height */
    [all...]
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jdinput.c 140 compptr->MCU_height = 1;
176 compptr->MCU_height = compptr->v_samp_factor;
177 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
183 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
184 if (tmp == 0) tmp = compptr->MCU_height;
fpdfapi_jcmaster.c 327 compptr->MCU_height = 1;
363 compptr->MCU_height = compptr->v_samp_factor;
364 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
370 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
371 if (tmp == 0) tmp = compptr->MCU_height;
fpdfapi_jccoefct.c 175 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
374 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
fpdfapi_jdcoefct.c 193 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
278 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
fpdfapi_jctrans.c 313 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jpeglib.h 232 int MCU_height; /* number of blocks per MCU, vertically */
233 int MCU_blocks; /* MCU_width * MCU_height */
    [all...]
  /external/qemu/distrib/jpeg-6b/
jdinput.c 141 compptr->MCU_height = 1;
177 compptr->MCU_height = compptr->v_samp_factor;
178 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
193 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
194 if (tmp == 0) tmp = compptr->MCU_height;
jcmaster.c 326 compptr->MCU_height = 1;
362 compptr->MCU_height = compptr->v_samp_factor;
363 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
369 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
370 if (tmp == 0) tmp = compptr->MCU_height;
jccoefct.c 174 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
373 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jctrans.c 312 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jdcoefct.c 205 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
317 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
504 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
    [all...]
jpeglib.h 165 int MCU_height; /* number of blocks per MCU, vertically */
166 int MCU_blocks; /* MCU_width * MCU_height */
    [all...]
  /hardware/intel/img/psb_video/src/
tng_jpegdec.c 181 uint32_t MCU_height;
598 ctx->MCU_height = (ctx->coded_picture_height + (8 * ctx->max_scalingV) - 1) / (8 * ctx->max_scalingV);
877 const uint32_t num_MCUs = ctx->MCU_width * ctx->MCU_height;
    [all...]
  /external/pdfium/core/include/thirdparties/libjpeg/
jpeglib.h 232 int MCU_height; /* number of blocks per MCU, vertically */
233 int MCU_blocks; /* MCU_width * MCU_height */
    [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 

Completed in 797 milliseconds

1 2