Searched refs:_dstU (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libswscale/ |
D | input.c | 98 static void pattern ## 64 ## BE_LE ## ToUV_c(uint8_t *_dstU, uint8_t *_dstV, \ 104 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \ 108 static void pattern ## 64 ## BE_LE ## ToUV_half_c(uint8_t *_dstU, uint8_t *_dstV, \ 114 uint16_t *dstU = (uint16_t *) _dstU, *dstV = (uint16_t *) _dstV; \ 202 static void pattern ## 48 ## BE_LE ## ToUV_c(uint8_t *_dstU, \ 212 uint16_t *dstU = (uint16_t *)_dstU, \ 217 static void pattern ## 48 ## BE_LE ## ToUV_half_c(uint8_t *_dstU, \ 227 uint16_t *dstU = (uint16_t *)_dstU, \ 393 static void gbr24pToUV_half_c(uint8_t *_dstU, uint8_t *_dstV, in gbr24pToUV_half_c() argument 397 uint16_t *dstU = (uint16_t *)_dstU; in gbr24pToUV_half_c() [all …]
|
D | swscale.c | 189 static void chrRangeToJpeg16_c(int16_t *_dstU, int16_t *_dstV, int width) in chrRangeToJpeg16_c() argument 192 int32_t *dstU = (int32_t *) _dstU; in chrRangeToJpeg16_c() 200 static void chrRangeFromJpeg16_c(int16_t *_dstU, int16_t *_dstV, int width) in chrRangeFromJpeg16_c() argument 203 int32_t *dstU = (int32_t *) _dstU; in chrRangeFromJpeg16_c()
|