Searched refs:coding_method (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dvp3.c62 uint8_t coding_method; member in struct:Vp3Fragment
653 s->all_fragments[current_fragment].coding_method =
669 s->all_fragments[current_fragment].coding_method =
685 s->all_fragments[current_fragment].coding_method =
693 s->all_fragments[current_fragment].coding_method =
737 s->all_fragments[i].coding_method = MODE_INTRA;
788 if (s->all_fragments[current_fragment].coding_method !=
790 s->all_fragments[current_fragment].coding_method =
1124 (compatible_frame[s->all_fragments[x].coding_method] == current_frame_type)
1125 #define FRAME_CODED(x) (s->all_fragments[x].coding_method !
[all...]
H A Dqdm2.c181 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member in struct:__anon566
514 * Used after making changes to coding_method array.
518 * @param coding_method q->coding_method[0][0][0]
520 static void fix_coding_method_array (int sb, int channels, sb_int8_array coding_method) argument
529 if((coding_method[ch][sb][j] - 8) > 22) {
533 switch (switchtable[coding_method[ch][sb][j]-8]) {
545 if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[ch][sb][j])
549 memset(&coding_method[c
660 fill_coding_method_array(sb_int8_array tone_level_idx, sb_int8_array tone_level_idx_temp, sb_int8_array coding_method, int nb_channels, int c, int superblocktype_2_3, int cm_table_select) argument
[all...]
H A Ddvbsubdec.c848 int coding_method, non_modifying_color; local
858 coding_method = ((*buf) >> 2) & 3;
861 if (coding_method == 0) {
887 /* } else if (coding_method == 1) {*/
890 av_log(avctx, AV_LOG_ERROR, "Unknown object coding %d\n", coding_method);

Completed in 82 milliseconds