Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/jpeg_yuv_decoder/
H A Djpeg_yuvdata_converter.cpp110 static uint8_t SampleUV(const uint8_t* srcUV, int stride, bool canUseNextRow, bool canUseNextColumn) in SampleUV() function
200 *outU++ = SampleUV(srcU, src.strides[UCOM], canUseNextRow, canUseNextColumn); in I4xxToI420_c()
201 *outV++ = SampleUV(srcV, src.strides[VCOM], canUseNextRow, canUseNextColumn); in I4xxToI420_c()
204 *outVU++ = SampleUV(srcV, src.strides[VCOM], canUseNextRow, canUseNextColumn); in I4xxToI420_c()
205 *outVU++ = SampleUV(srcU, src.strides[UCOM], canUseNextRow, canUseNextColumn); in I4xxToI420_c()