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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_image.c 178 u32 picWidth, picSize;
197 picWidth = image->width;
198 picSize = picWidth * image->height;
199 row = mbNum / picWidth;
200 col = mbNum % picWidth;
203 lum = (image->data + row * picWidth * 256 + col * 16);
204 cb = (image->data + picSize * 256 + row * picWidth * 64 + col * 8);
207 picWidth *= 16;
219 imageBlock = lum + y*picWidth + x;
233 *out32 = tmp1; out32 += picWidth/4
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/inc/
H264SwDecApi.h 121 u32 picWidth;
  /frameworks/av/media/libstagefright/codecs/avc/enc/src/
motion_comp.cpp 56 int picWidth = currPic->width;
103 offsetP = (block_y * picWidth) + (block_x << 1);
104 eChromaMotionComp(ref_Cb, picWidth >> 1, picHeight >> 1, x_pos, y_pos,
107 eChromaMotionComp(ref_Cr, picWidth >> 1, picHeight >> 1, x_pos, y_pos,
    [all...]

Completed in 61 milliseconds