FFmpeg
|
#include <string.h>
#include "checkasm.h"
#include "libavcodec/h263dsp.h"
#include "libavutil/mem.h"
#include "libavutil/mem_internal.h"
Go to the source code of this file.
Typedefs | |
typedef void(* | filter) (uint8_t *src, int stride, int qscale) |
Functions | |
static void | check_loop_filter (char dim, filter func) |
void | checkasm_check_h263dsp (void) |
these buffered frames must be flushed immediately if a new input produces new the filter must not call request_frame to get more It must just process the frame or queue it The task of requesting more frames is left to the filter s request_frame method or the application If a filter has several the filter must be ready for frames arriving randomly on any input any filter with several inputs will most likely require some kind of queuing mechanism It is perfectly acceptable to have a limited queue and to drop frames when the inputs are too unbalanced request_frame For filters that do not use the this method is called when a frame is wanted on an output For a it should directly call filter_frame on the corresponding output For a filter |
|
static |
Definition at line 31 of file h263dsp.c.
Referenced by checkasm_check_h263dsp().