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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvp3.c51 uint8_t coding_method; member in struct:Vp3Fragment
548 s->all_fragments[current_fragment].coding_method =
554 s->all_fragments[current_fragment].coding_method =
586 s->all_fragments[i].coding_method = MODE_INTRA;
624 if (s->all_fragments[current_fragment].coding_method != MODE_COPY)
642 if (frag->coding_method != MODE_COPY)
643 frag->coding_method = coding_mode;
647 if (frag[s->fragment_start[1]].coding_method != MODE_COPY) \
648 frag[s->fragment_start[1]].coding_method = coding_mode;\
649 if (frag[s->fragment_start[2]].coding_method !
[all...]
H A Dqdm2.c186 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member in struct:__anon1975
495 * Used after making changes to coding_method array.
499 * @param coding_method q->coding_method[0][0][0]
501 static void fix_coding_method_array (int sb, int channels, sb_int8_array coding_method) argument
510 if((coding_method[ch][sb][j] - 8) > 22) {
514 switch (switchtable[coding_method[ch][sb][j]-8]) {
526 if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[ch][sb][j])
530 memset(&coding_method[c
641 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.c856 int coding_method, non_modifying_color; local
866 coding_method = ((*buf) >> 2) & 3;
869 if (coding_method == 0) {
895 /* } else if (coding_method == 1) {*/
898 av_log(avctx, AV_LOG_ERROR, "Unknown object coding %d\n", coding_method);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp3.c54 uint8_t coding_method; member in struct:Vp3Fragment
564 s->all_fragments[current_fragment].coding_method =
570 s->all_fragments[current_fragment].coding_method =
603 s->all_fragments[i].coding_method = MODE_INTRA;
642 if (s->all_fragments[current_fragment].coding_method != MODE_COPY)
659 if (frag->coding_method != MODE_COPY)
660 frag->coding_method = coding_mode;
664 if (frag[s->fragment_start[1]].coding_method != MODE_COPY) \
665 frag[s->fragment_start[1]].coding_method = coding_mode; \
666 if (frag[s->fragment_start[2]].coding_method !
[all...]
H A Dqdm2.c182 int8_t coding_method[MPA_MAX_CHANNELS][30][64]; member in struct:__anon3213
529 * Used after making changes to coding_method array.
533 * @param coding_method q->coding_method[0][0][0]
536 sb_int8_array coding_method)
544 if (coding_method[ch][sb][j] < 8)
546 if ((coding_method[ch][sb][j] - 8) > 22) {
550 switch (switchtable[coding_method[ch][sb][j] - 8]) {
576 if (coding_method[ch][sb + (j + k) / 64][(j + k) % 64] > coding_method[c
535 fix_coding_method_array(int sb, int channels, sb_int8_array coding_method) argument
690 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.c984 int coding_method, non_modifying_color; local
994 coding_method = ((*buf) >> 2) & 3;
997 if (coding_method == 0) {
1024 /* } else if (coding_method == 1) {*/
1027 av_log(avctx, AV_LOG_ERROR, "Unknown object coding %d\n", coding_method);

Completed in 130 milliseconds