Searched refs:condover (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 Dvc1.h328 uint8_t condover; member in struct:VC1Context
H A Dvaapi_vc1.c87 v->condover == CONDOVER_SELECT;
185 pic_param->conditional_overlap_flag = v->condover;
H A Dvc1.c972 v->condover = CONDOVER_NONE;
974 v->condover = decode012(gb);
975 if (v->condover == CONDOVER_SELECT) {
H A Dvc1dec.c256 if (v->condover == CONDOVER_NONE)
268 if (v->condover == CONDOVER_ALL || v->pq >= 9 || v->over_flags_plane[mb_pos]) {
269 if (s->mb_x && (v->condover == CONDOVER_ALL || v->pq >= 9 ||
288 if (!s->first_slice_line && (v->condover == CONDOVER_ALL || v->pq >= 9 ||
307 if (s->mb_x && (v->condover == CONDOVER_ALL || v->over_flags_plane[mb_pos - 1])) {
308 if (!s->first_slice_line && (v->condover == CONDOVER_ALL || v->pq >= 9 ||
4524 if (v->condover == CONDOVER_SELECT && v->overflg_is_raw)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h346 uint8_t condover; member in struct:VC1Context
H A Dvaapi_vc1.c87 v->condover == CONDOVER_SELECT;
185 pic_param->conditional_overlap_flag = v->condover;
H A Dvc1.c1024 v->condover = CONDOVER_NONE;
1026 v->condover = decode012(gb);
1027 if (v->condover == CONDOVER_SELECT) {
H A Dvc1dec.c258 if (v->condover == CONDOVER_NONE)
270 if (v->condover == CONDOVER_ALL || v->pq >= 9 || v->over_flags_plane[mb_pos]) {
271 if (s->mb_x && (v->condover == CONDOVER_ALL || v->pq >= 9 ||
290 if (!s->first_slice_line && (v->condover == CONDOVER_ALL || v->pq >= 9 ||
309 if (s->mb_x && (v->condover == CONDOVER_ALL || v->over_flags_plane[mb_pos - 1])) {
310 if (!s->first_slice_line && (v->condover == CONDOVER_ALL || v->pq >= 9 ||
4982 if (v->condover == CONDOVER_SELECT && v->overflg_is_raw)

Completed in 218 milliseconds