Searched refs:USES_LIST (Results 1 - 18 of 18) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h49 if (!USES_LIST(mb_type, list)) \
269 if (USES_LIST(h->left_type[LTOP], 0)) {
282 if (USES_LIST(h->top_type, 0)) {
298 if (USES_LIST(h->topright_type, 0)) {
306 if (USES_LIST(h->topleft_type, 0)) {
608 if (!USES_LIST(mb_type, list))
612 if (USES_LIST(top_type, list)) {
628 if (USES_LIST(left_type[LEFT(i)], list)) {
646 if (USES_LIST(left_type[LTOP], list)) {
658 if (USES_LIST(topright_typ
[all...]
H A Dmpegutils.h95 #define USES_LIST(a, list) ((a) & ((MB_TYPE_P0L0 | MB_TYPE_P1L0) << (2 * (list)))) macro
H A Dh264.h1064 if (USES_LIST(mb_type, 0)) {
1070 if (USES_LIST(mb_type, 1))
H A Dh264_mb_template.c81 if (!USES_LIST(mb_type, list))
303 if (!USES_LIST(mb_type, list))
H A Dmpegvideo.c2158 else if (!USES_LIST(mb_type, 1))
2160 else if (!USES_LIST(mb_type, 0))
2163 av_assert2(USES_LIST(mb_type, 0) && USES_LIST(mb_type, 1));
2241 if (!USES_LIST(mbtype_table[mb_index], direction))
2337 } else if (!USES_LIST(mb_type, 1)) {
2339 } else if (!USES_LIST(mb_type, 0)) {
2342 av_assert2(USES_LIST(mb_type, 0) && USES_LIST(mb_type, 1));
H A Dituh263dec.c743 if(USES_LIST(mb_type, 0)){
756 if(USES_LIST(mb_type, 1)){
H A Dmpeg4videodec.c1506 if (USES_LIST(mb_type, 0)) {
1510 if (USES_LIST(mb_type, 1)) {
1521 if (USES_LIST(mb_type, 0)) {
1534 if (USES_LIST(mb_type, 1)) {
1549 if (USES_LIST(mb_type, 0)) {
1561 if (USES_LIST(mb_type, 1)) {
H A Dmpeg12dec.c904 if (USES_LIST(mb_type, i)) {
927 if (USES_LIST(mb_type, i)) {
947 if (USES_LIST(mb_type, i)) {
967 if (USES_LIST(mb_type, i)) {
987 if (USES_LIST(mb_type, i)) {
H A Dh264_slice.c2014 if (USES_LIST(top_type, list)) {
2029 if (USES_LIST(left_type[LTOP], list)) {
2054 if (!USES_LIST(mb_type, list)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h49 if(!USES_LIST(mb_type,list))\
251 if(USES_LIST(h->left_type[LTOP], 0)){
265 if(USES_LIST(h->top_type, 0)){
281 if(USES_LIST(h->topright_type, 0)){
289 if(USES_LIST(h->topleft_type, 0)){
582 if(!USES_LIST(mb_type, list)){
587 if(USES_LIST(top_type, list)){
602 if(USES_LIST(left_type[LEFT(i)], list)){
617 if(USES_LIST(left_type[LTOP], list)){
628 if(USES_LIST(topright_typ
[all...]
H A Dh264.h856 if(USES_LIST(mb_type, 0)){
862 if(USES_LIST(mb_type, 1)){
H A Dmotion_est.c867 if(p_type && USES_LIST(mb_type, 1)){
871 assert(IS_INTRA(mb_type) || USES_LIST(mb_type,0) || USES_LIST(mb_type,1));
890 if(USES_LIST(mb_type, 0)){
918 if(USES_LIST(mb_type, 1)){
929 if(USES_LIST(mb_type, 0)){
961 if(USES_LIST(mb_type, 0)){
965 }else if(USES_LIST(mb_type, 1)){
976 }else if(USES_LIST(mb_type, 1)){
H A Dmpegvideo.c1575 else if (!USES_LIST(mb_type, 1))
1577 else if (!USES_LIST(mb_type, 0))
1580 assert(USES_LIST(mb_type, 0) && USES_LIST(mb_type, 1));
1662 if (!USES_LIST(pict->mb_type[mb_index], direction))
1758 } else if (!USES_LIST(mb_type, 1)) {
1760 } else if (!USES_LIST(mb_type, 0)) {
1763 assert(USES_LIST(mb_type, 0) && USES_LIST(mb_type, 1));
H A Dmpegvideo.h117 #define USES_LIST(a, list) ((a) & ((MB_TYPE_P0L0|MB_TYPE_P1L0)<<(2*(list)))) ///< does this mb use listX, note does not work if subMBs macro
H A Dituh263dec.c763 if(USES_LIST(mb_type, 0)){
776 if(USES_LIST(mb_type, 1)){
H A Dmpeg4videodec.c1344 if(USES_LIST(mb_type, 0)){
1348 if(USES_LIST(mb_type, 1)){
1359 if(USES_LIST(mb_type, 0)){
1368 if(USES_LIST(mb_type, 1)){
1379 if(USES_LIST(mb_type, 0)){
1390 if(USES_LIST(mb_type, 1)){
H A Dmpeg12.c905 if (USES_LIST(mb_type, i)) {
922 if (USES_LIST(mb_type, i)) {
942 if (USES_LIST(mb_type, i)) {
961 if (USES_LIST(mb_type, i)) {
977 if (USES_LIST(mb_type, i)) {
H A Dh264.c1934 if(!USES_LIST(mb_type, list))
2135 if(!USES_LIST(mb_type, list))
3358 if(USES_LIST(top_type, list)){
3373 if(USES_LIST(left_type[LTOP], list)){
3398 if(!USES_LIST(mb_type, list)){

Completed in 125 milliseconds