Searched refs:BINK_SRC_COLORS (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dbink.c73 BINK_SRC_COLORS, ///< pixel values used for different block types enumerator in enum:Sources
153 c->bundle[BINK_SRC_COLORS].len = av_log2(bw*64 + 511) + 1;
278 if (bundle_num == BINK_SRC_COLORS) {
974 if (read_colors(gb, &c->bundle[BINK_SRC_COLORS], c) < 0)
1022 v = get_value(c, BINK_SRC_COLORS);
1027 ublock[*scan++] = get_value(c, BINK_SRC_COLORS);
1031 ublock[*scan++] = get_value(c, BINK_SRC_COLORS);
1040 v = get_value(c, BINK_SRC_COLORS);
1045 col[i] = get_value(c, BINK_SRC_COLORS);
1055 ublock[i + j*8] = get_value(c, BINK_SRC_COLORS);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dbink.c77 BINK_SRC_COLORS, ///< pixel values used for different block types enumerator in enum:Sources
161 c->bundle[BINK_SRC_COLORS].len = av_log2(bw*64 + 511) + 1;
289 if (bundle_num == BINK_SRC_COLORS) {
989 if ((ret = read_colors(gb, &c->bundle[BINK_SRC_COLORS], c)) < 0)
1037 v = get_value(c, BINK_SRC_COLORS);
1042 ublock[*scan++] = get_value(c, BINK_SRC_COLORS);
1046 ublock[*scan++] = get_value(c, BINK_SRC_COLORS);
1055 v = get_value(c, BINK_SRC_COLORS);
1060 col[i] = get_value(c, BINK_SRC_COLORS);
1070 ublock[i + j*8] = get_value(c, BINK_SRC_COLORS);
[all...]

Completed in 95 milliseconds