HomeSort by relevance Sort by last modified time
    Searched defs:cbp4x4 (Results 1 - 4 of 4) sorted by null

  /frameworks/base/media/libstagefright/codecs/avc/dec/src/
residual.cpp 183 uint32 cbp4x4 = 0; local
219 cbp4x4 = 0xFFFF;
266 cbp4x4 |= (1 << ((j << 2) + i));
297 cbp4x4 |= (iCbCr ? 0xcc0000 : 0x330000);
338 cbp4x4 |= (1 << ((j << 2) + i));
346 video->cbp4x4 = cbp4x4;
pred_inter.cpp 56 uint32 cbp4x4; local
141 cbp4x4 = video->cbp4x4;
148 if (cbp4x4&1)
153 if (cbp4x4&1)
158 cbp4x4 >>= 1;
181 if (cbp4x4&1)
186 if (cbp4x4&1)
191 cbp4x4 >>= 1;
202 if (cbp4x4&1
    [all...]
pred_intra.cpp 41 uint32 cbp4x4 = video->cbp4x4; local
75 if (cbp4x4&(1 << ((block_y << 2) + block_x)))
80 if (cbp4x4&(1 << ((block_y << 2) + block_x)))
127 cbp4x4 >>= 16;
195 if (cbp4x4&1)
200 if (cbp4x4&1)
205 cbp4x4 >>= 1;
308 if (cbp4x4&1)
313 if (cbp4x4&1
    [all...]
  /frameworks/base/media/libstagefright/codecs/avc/common/include/
avcint_common.h 684 uint32 cbp4x4; /* each bit represent nonzero 4x4 block in reverse raster scan order */ member in struct:tagCommonObj
    [all...]

Completed in 37 milliseconds