/external/pixman/test/ |
composite.c | 31 typedef struct image_t image_t; typedef in typeref:struct:image_t 131 struct image_t struct 200 describe_image (image_t *info, char *buf) 227 composite_test (image_t *dst, 229 image_t *src, 230 image_t *mask, 384 image_init (image_t *info, 424 image_fini (image_t *info) 450 image_t src, mask, dst [all...] |
/external/harfbuzz_ng/util/ |
ansi-print.cc | 80 struct image_t struct 84 image_t (unsigned int width_, function in struct:image_t 93 image_t (unsigned int width_, function in struct:image_t 100 ~image_t (void) 110 copy_sub_image (const image_t &s, 153 void set (const image_t &image) 372 image_t image (width, height, data, stride); 376 image_t cell (CELL_W, CELL_H);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
h264bsd_image.h | 54 } image_t; typedef in typeref:struct:__anon29866 60 void h264bsdWriteMacroblock(image_t *image, u8 *data); 63 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data,
|
h264bsd_intra_prediction.h | 52 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data); 63 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum); 75 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image,
|
h264bsd_reconstruct.h | 54 image_t *refPic, 65 image_t *refPic,
|
h264bsd_conceal.h | 51 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType);
|
h264bsd_deblocking.h | 52 image_t *image,
|
h264bsd_inter_prediction.h | 53 dpbStorage_t *dpb, u32 mbNum, image_t *image, u8 *data);
|
h264bsd_slice_data.h | 54 image_t *currImage, sliceHeader_t *pSliceHeader);
|
h264bsd_image.c | 80 void h264bsdWriteMacroblock(image_t *image, u8 *data) 171 void h264bsdWriteOutputBlocks(image_t *image, u32 mbNum, u8 *data,
|
h264bsd_util.c | 252 Set luma and chroma pointers in image_t for current MB 264 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum)
|
h264bsd_conceal.c | 55 static u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, 123 u32 h264bsdConceal(storage_t *pStorage, image_t *currImage, u32 sliceType) 253 u32 ConcealMb(mbStorage_t *pMb, image_t *currImage, u32 row, u32 col, 311 image_t refImage;
|
h264bsd_dpb.h | 132 image_t *image,
|
h264bsd_macroblock_layer.h | 200 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum,
|
h264bsd_storage.h | 123 image_t currImage[1];
|
h264bsd_inter_prediction.c | 198 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data) 207 image_t refImage; 361 dpbStorage_t *dpb, u32 mbNum, image_t *currImage, u8 *data) 370 image_t refImage; [all...] |
h264bsd_util.h | 175 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);
|
h264bsd_macroblock_layer.c | 101 macroblockLayer_t *mbLayer, const u8 **pSrc, image_t *image); 104 u32 intraChromaPredMode, const u8 **pSrc, image_t *image); 965 image_t *currImage, dpbStorage_t *dpb, i32 *qpY, u32 mbNum, [all...] |
h264bsd_slice_data.c | 86 image_t *currImage, sliceHeader_t *pSliceHeader)
|
h264bsd_intra_prediction.c | 372 u32 h264bsdIntraChromaPrediction(mbStorage_t *pMb, u8 *data, image_t *image, 474 image_t *image, u32 mbNum, u32 constrainedIntraPred, u8 *data) 540 void h264bsdGetNeighbourPels(image_t *image, u8 *above, u8 *left, u32 mbNum) [all...] |
h264bsd_reconstruct.c | 421 image_t *refPic) [all...] |
h264bsd_deblocking.c | 575 image_t *image, [all...] |
h264bsd_dpb.c | 631 image_t *image, [all...] |