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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq1.c40 const struct svq1_frame_size ff_svq1_frame_size_table[7] = { variable in typeref:struct:svq1_frame_size
H A Dsvq1.h62 extern const struct svq1_frame_size ff_svq1_frame_size_table[7];
H A Dsvq1dec.c597 s->width = ff_svq1_frame_size_table[frame_size_code].width;
598 s->height = ff_svq1_frame_size_table[frame_size_code].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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq1.c40 const uint16_t ff_svq1_frame_size_table[7][2] = { variable
H A Dsvq1.h57 extern const uint16_t ff_svq1_frame_size_table[7][2];
H A Dsvq1dec.c576 width = ff_svq1_frame_size_table[frame_size_code][0];
577 height = ff_svq1_frame_size_table[frame_size_code][1];
H A Dsvq1enc.c61 i = ff_match_2uint16((void*)ff_svq1_frame_size_table,
62 FF_ARRAY_ELEMS(ff_svq1_frame_size_table),

Completed in 51 milliseconds