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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibvpxenc.c56 int have_sse; /**< true if we have pending sse[] */ member in struct:FrameListData
71 int have_sse; /**< true if we have pending sse[] */ member in struct:VP8EncoderContext
479 dst->have_sse = 0;
483 dst->have_sse = ctx->have_sse;
484 if (ctx->have_sse) {
490 ctx->have_sse = 0;
529 if (cx_frame->have_sse) {
539 cx_frame->have_sse = 0;
654 av_assert0(!ctx->have_sse);
[all...]

Completed in 49 milliseconds