Home
last modified time | relevance | path

Searched refs:ff_match_2uint16 (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dinternal.h233 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
Dituh263enc.c142 format = ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), s->width, s->height); in ff_h263_encode_picture_header()
Dsvq1enc.c62 i = ff_match_2uint16((void*)ff_svq1_frame_size_table, in svq1_write_header()
Dutils.c898 int ff_match_2uint16(const uint16_t(*tab)[2], int size, int a, int b) in ff_match_2uint16() function
Dmpegvideo_enc.c835 if (ff_match_2uint16(ff_h263_format, FF_ARRAY_ELEMS(ff_h263_format), in ff_mpv_encode_init()