Home
last modified time | relevance | path

Searched refs:iCb_Table (Results 1 – 8 of 8) sorted by relevance

/external/opencore/codecs_v2/utilities/colorconvert/src/
Dccrgb24toyuv420.cpp47 if (iCb_Table) oscl_free(iCb_Table); in freeRGB2YUVTables()
51 iCb_Table = iCr_Table = ipCb_Table = ipCr_Table = NULL; in freeRGB2YUVTables()
84 if ((iCb_Table = (uint8*)oscl_malloc(768 * 2)) == NULL) in Init()
97 pTable = iCb_Table + 384; in Init()
100 ipCb_Table = iCb_Table + 384; in Init()
Dccrgb16toyuv420.cpp47 if (iCb_Table) oscl_free(iCb_Table); in freeRGB2YUVTables()
51 iCb_Table = iCr_Table = ipCb_Table = ipCr_Table = NULL; in freeRGB2YUVTables()
83 if ((iCb_Table = (uint8*)oscl_malloc(768 * 2)) == NULL) in Init()
96 pTable = iCb_Table + 384; in Init()
99 ipCb_Table = iCb_Table + 384; in Init()
Dccrgb12toyuv420.cpp47 if (iCb_Table) oscl_free(iCb_Table); in freeRGB2YUVTables()
51 iCb_Table = iCr_Table = ipCb_Table = ipCr_Table = NULL; in freeRGB2YUVTables()
83 if ((iCb_Table = (uint8*)oscl_malloc(768 * 2)) == NULL) in Init()
96 pTable = iCb_Table + 384; in Init()
99 ipCb_Table = iCb_Table + 384; in Init()
/external/opencore/codecs_v2/utilities/colorconvert/include/
Dccrgb24toyuv420.h126 uint8 *iY_Table, *iCb_Table, *iCr_Table; variable
Dccrgb12toyuv420.h119 uint8 *iY_Table, *iCb_Table, *iCr_Table; variable
Dccrgb16toyuv420.h141 uint8 *iY_Table, *iCb_Table, *iCr_Table; variable
/external/opencore/codecs_v2/video/avc_h264/enc/include/
Dpvavcencoder.h128 uint16* iCb_Table; variable
/external/opencore/codecs_v2/video/m4v_h263/enc/include/
Dpvm4vencoder.h192 uint16 *iCb_Table, *iCr_Table, *ipCb_Table, *ipCr_Table; variable