HomeSort by relevance Sort by last modified time
    Searched full:blk_y (Results 1 - 6 of 6) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/xbios/
SDL_xbios_milan.h 90 unsigned long blk_y; /* y pos in total screen */ member in struct:_scrblk
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 368 int blk_x, blk_y, j, k, idx, b8, b4; local
401 for (blk_y = 4; blk_y > 0; blk_y--)
731 int j, blk_x, blk_y, k, idx, b4; local
782 for (blk_y = 2; blk_y > 0; blk_y--)
    [all...]
  /external/jpeg/
transupp.c 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; local
87 for (blk_y = 0; blk_y < compptr->height_in_blocks;
88 blk_y += compptr->v_samp_factor) {
90 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y,
  /external/qemu/distrib/jpeg-6b/
transupp.c 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; local
87 for (blk_y = 0; blk_y < compptr->height_in_blocks;
88 blk_y += compptr->v_samp_factor) {
90 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y,
  /external/chromium_org/third_party/libjpeg_turbo/
transupp.c 136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; local
155 for (blk_y = 0; blk_y < compptr->height_in_blocks;
156 blk_y += compptr->v_samp_factor) {
158 ((j_common_ptr) srcinfo, src_coef_arrays[ci], blk_y,
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/common/include/
avcint_common.h 596 uint8 nz_coeff[NUM_BLKS_IN_MB]; /* [blk_y][blk_x], Chroma is [4..5][0...3], see predict_nnz() function */
    [all...]

Completed in 272 milliseconds