Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
D012v.c73 uint16_t u_temp[3] = {0x8000, 0x8000, 0x8000}; in zero12v_decode_frame() local
85 u = u_temp; in zero12v_decode_frame()
134 memcpy(u, u_temp, sizeof(*u) * ((width - x + 1) / 2)); in zero12v_decode_frame()
/third_party/ffmpeg/libswscale/
Dswscale_internal.h516 DECLARE_ALIGNED(8, uint64_t, u_temp);
/third_party/ffmpeg/libswscale/x86/
Dswscale_template.c816 c->u_temp=(intptr_t)abuf0; in RENAME()