Searched refs:cChan (Results 1 – 2 of 2) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
D | motion_comp.cpp | 41 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int width); 43 void Copy_B_into_Vop(UChar *comp, Int cChan[], Int width); 1765 void Copy_B_from_Vop(UChar *comp, Int cChan[], Int pitch) in Copy_B_from_Vop() argument 1778 *cChan++ = (Int)(temp & 0xFF); in Copy_B_from_Vop() 1779 *cChan++ = (Int)((temp >> 8) & 0xFF); in Copy_B_from_Vop() 1780 *cChan++ = (Int)((temp >> 16) & 0xFF); in Copy_B_from_Vop() 1781 *cChan++ = (Int)((temp >> 24) & 0xFF); in Copy_B_from_Vop() 1863 void Copy_B_into_Vop(UChar *comp, Int cChan[], Int pitch) in Copy_B_into_Vop() argument 1877 tmp = (*cChan++); in Copy_B_into_Vop() 1880 tmp = (*cChan++); in Copy_B_into_Vop() [all …]
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | mp4dec_lib.h | 267 void Copy_B_into_Vop(uint8 *comp, int cChan[], int width);
|