Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dv210dec.c48 s->aligned_input = 0; in decode_init()
140 int ret, stride, aligned_input; in decode_frame() local
180 aligned_input = !((uintptr_t)psrc & 0x1f) && !(stride & 0x1f); in decode_frame()
181 if (aligned_input != s->aligned_input) { in decode_frame()
182 s->aligned_input = aligned_input; in decode_frame()
H A Dv210dec.h29 int aligned_input; member
/third_party/ffmpeg/libavcodec/x86/
H A Dv210-init.c36 if (s->aligned_input) { in ff_v210_x86_init()
/third_party/ffmpeg/tests/checkasm/
H A Dv210dec.c51 h.aligned_input = 0; in checkasm_check_v210dec()

Completed in 2 milliseconds