HomeSort by relevance Sort by last modified time
    Searched refs:blk_y (Results 1 - 4 of 4) 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,

Completed in 270 milliseconds