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

  /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...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 85 milliseconds