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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddca_parser.c36 #define IS_MARKER(state, i, buf, buf_size) \ macro
59 if (IS_MARKER(state, i, buf, buf_size)) {
77 if (state == pc1->lastmarker && IS_MARKER(state, i, buf, buf_size)) {
H A Dvc1_parser.c128 if(IS_MARKER(state) && state != VC1_CODE_FIELD && state != VC1_CODE_SLICE){
176 if(IS_MARKER(state)){
H A Dvc1.h46 #define IS_MARKER(x) (((x) & ~0xFF) == VC1_CODE_RES0) macro
413 if (IS_MARKER(mrk))
H A Ddxva2_vc1.c240 size >= 4 && IS_MARKER(AV_RB32(buffer))) {
H A Dvaapi_vc1.c329 if (avctx->codec_id == CODEC_ID_VC1 && IS_MARKER(AV_RB32(buffer))) {
H A Dvc1dec.c5346 if (IS_MARKER(AV_RB32(buf))) { /* frame starts with marker and needs to be parsed */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddca_parser.c37 #define IS_MARKER(state, i, buf, buf_size) \ macro
60 if (IS_MARKER(state, i, buf, buf_size)) {
76 if (IS_MARKER(state, i, buf, buf_size) && (state == pc1->lastmarker || pc1->lastmarker == DCA_HD_MARKER)) {
H A Dvc1.h47 #define IS_MARKER(x) (((x) & ~0xFF) == VC1_CODE_RES0) macro
431 if (IS_MARKER(mrk))
H A Dvc1_parser.c258 if(IS_MARKER(state)){
H A Ddxva2_vc1.c265 size >= 4 && IS_MARKER(AV_RB32(buffer))) {
H A Dvaapi_vc1.c322 if (avctx->codec_id == AV_CODEC_ID_VC1 && IS_MARKER(AV_RB32(buffer))) {
H A Dvc1dec.c5854 if (IS_MARKER(AV_RB32(buf))) { /* frame starts with marker and needs to be parsed */

Completed in 227 milliseconds