Home
last modified time | relevance | path

Searched refs:luma_tmp (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dcljrenc.c69 uint8_t luma_tmp[4]; in encode_frame() local
77 memset(luma_tmp, 0, sizeof(luma_tmp)); in encode_frame()
78 memcpy(luma_tmp, luma, avctx->width - x); in encode_frame()
79 luma = luma_tmp; in encode_frame()

Completed in 1 milliseconds