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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/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.c615 s->width = ff_svq1_frame_size_table[frame_size_code].width;
616 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/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.c615 s->width = ff_svq1_frame_size_table[frame_size_code].width;
616 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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/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.c615 s->width = ff_svq1_frame_size_table[frame_size_code].width;
616 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);

Completed in 76 milliseconds