Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
D012v.c72 uint16_t y_temp[6] = {0x8000, 0x8000, 0x8000, 0x8000, 0x8000, 0x8000}; in zero12v_decode_frame() local
84 y = y_temp; in zero12v_decode_frame()
133 memcpy(y, y_temp, sizeof(*y) * (width - x)); in zero12v_decode_frame()
/third_party/ffmpeg/libswscale/
Dswscale_internal.h486 DECLARE_ALIGNED(8, uint64_t, y_temp);