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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dinternal.h98 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
H A Dituh263enc.c144 format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height);
H A Dsvq1enc.c98 i= ff_match_2uint16(ff_svq1_frame_size_table, FF_ARRAY_ELEMS(ff_svq1_frame_size_table), s->frame_width, s->frame_height);
H A Dutils.c1705 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b){ function
H A Dmpegvideo_enc.c711 if (ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dinternal.h145 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
H A Dituh263enc.c141 format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height);
H A Dsvq1enc.c61 i = ff_match_2uint16((void*)ff_svq1_frame_size_table,
H A Dutils.c3360 int ff_match_2uint16(const uint16_t(*tab)[2], int size, int a, int b) function
H A Dmpegvideo_enc.c729 if (ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format),

Completed in 168 milliseconds