Searched refs:coeff_tbl (Results 1 – 3 of 3) sorted by relevance
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
D | cczoomrotation16.cpp | 264 int32 cc16(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl); 265 int32 cc16Reverse(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl); 594 int32 deltaY, int32 deltaCbCr, int32 deltaDst, uint8 *coeff_tbl); 596 int32 deltaY, int32 deltaCbCr, int32 deltaDst, uint8 *coeff_tbl); 654 int32 deltaY, int32 deltaCbCr, int32 deltaDst, uint8 *coeff_tbl) in cc16rotate_P() argument 664 uint8 *clip = coeff_tbl + 400; in cc16rotate_P() 783 OSCL_UNUSED_ARG(coeff_tbl); in cc16rotate_P() 790 int32 deltaY, int32 deltaCbCr, int32 deltaDst, uint8 *coeff_tbl) in cc16rotate_N() argument 800 uint8 *clip = coeff_tbl + 400; in cc16rotate_N() 919 OSCL_UNUSED_ARG(coeff_tbl); in cc16rotate_N() [all …]
|
D | cczoomrotation32.cpp | 209 int32 cc32(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl); 210 int32 cc32Reverse(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
|
D | cczoomrotation24.cpp | 212 int32 cc24(uint8 **src, uint8 *dst, int32 *disp_prop, uint8 *coeff_tbl);
|