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

1 2

  /external/chromium_org/third_party/libjpeg_turbo/
jdinput.c 156 compptr->MCU_height = 1;
192 compptr->MCU_height = compptr->v_samp_factor;
193 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
199 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
200 if (tmp == 0) tmp = compptr->MCU_height;
transupp.h 189 int MCU_width, int MCU_height,
jcmaster.c 361 compptr->MCU_height = 1;
397 compptr->MCU_height = compptr->v_samp_factor;
398 compptr->MCU_blocks = compptr->MCU_width * compptr->MCU_height;
404 tmp = (int) (compptr->height_in_blocks % compptr->MCU_height);
405 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++) {
jdcoefct.c 198 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
283 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
jctrans.c 323 for (yindex = 0; yindex < compptr->MCU_height; yindex++) {
transupp.c     [all...]
jpeglib.h 177 int MCU_height; /* number of blocks per MCU, vertically */
178 int MCU_blocks; /* MCU_width * MCU_height */
    [all...]
  /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++) {
  /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...]
  /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...]

Completed in 178 milliseconds

1 2