Searched refs:IS_16X16 (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 Dmpegutils.h82 #define IS_16X16(a) ((a) & MB_TYPE_16x16) macro
H A Dh261enc.c296 if (IS_16X16(h->mtype)) {
315 if (!IS_16X16(h->mtype)) {
H A Dh264_mc_template.c81 if (IS_16X16(mb_type)) {
H A Dh264_mb_template.c83 if (IS_16X16(mb_type)) {
305 if (IS_16X16(mb_type)) {
H A Dh264_direct.c340 }else if(IS_16X16(*mb_type)){
554 if(IS_16X16(*mb_type)){
H A Dh261dec.c398 if (IS_16X16(h->mtype)) {
H A Dh264_mb.c105 if (IS_16X16(mb_type)) {
H A Dh264_cavlc.c949 if(IS_16X16(mb_type)){
H A Dh264_cabac.c2185 if(IS_16X16(mb_type)){
H A Dmpegvideo.c2174 else if (IS_INTRA(mb_type) || IS_16X16(mb_type))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261enc.c212 if(IS_16X16(h->mtype)){
232 if ( ( h->current_mba == 11 ) || ( h->current_mba == 22 ) || ( h->current_mba == 33 ) || ( !IS_16X16 ( h->mtype ) )){
H A Dh264_direct.c338 }else if(IS_16X16(*mb_type)){
553 if(IS_16X16(*mb_type)){
H A Dh261dec.c299 if ( IS_16X16 ( h->mtype ) ){
H A Dmpegvideo.h106 #define IS_16X16(a) ((a)&MB_TYPE_16x16) macro
H A Dh264_cavlc.c947 if(IS_16X16(mb_type)){
H A Dh264.c303 if(IS_16X16(mb_type)){
734 if(IS_16X16(mb_type)){
1936 if(IS_16X16(mb_type)){
2137 if(IS_16X16(mb_type)){
H A Dh264_cabac.c2171 if(IS_16X16(mb_type)){
H A Dmpegvideo.c1591 else if (IS_INTRA(mb_type) || IS_16X16(mb_type))

Completed in 175 milliseconds