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

  /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...]
  /external/jpeg/
transupp.c 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; local
93 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];
  /external/qemu/distrib/jpeg-6b/
transupp.c 70 JDIMENSION MCU_cols, comp_width, blk_x, blk_y; local
93 for (blk_x = 0; blk_x * 2 < comp_width; blk_x++) {
94 ptr1 = buffer[offset_y][blk_x];
95 ptr2 = buffer[offset_y][comp_width - blk_x - 1];

Completed in 178 milliseconds