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

  /external/libjpeg-turbo/
transupp.c 136 JDIMENSION MCU_cols, comp_width, blk_x, blk_y, x_crop_blocks; local
162 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
163 ptr1 = buffer[offset_y][blk_x];
164 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
183 for (blk_x = 0; blk_x < compptr->width_in_blocks; blk_x++) {
184 jcopy_block_row(buffer[offset_y] + blk_x + x_crop_blocks
    [all...]
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
block.cpp 368 int blk_x, blk_y, j, k, idx, b8, b4; local
378 for (blk_x = 4; blk_x > 0; blk_x--)
731 int j, blk_x, blk_y, k, idx, b4; local
756 for (blk_x = 2; blk_x > 0; blk_x--)
    [all...]

Completed in 445 milliseconds