Searched refs:IS_8X8 (Results 1 - 23 of 23) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h85 #define IS_8X8(a) ((a) & MB_TYPE_8x8) macro
H A Dh264_mc_template.c107 av_assert2(IS_8X8(mb_type));
H A Dmpeg4video.c138 if (IS_8X8(colocated_mb_type)) {
H A Dh264_mvpred.h725 } else if (IS_8X8(top_type)) {
736 else if (IS_8X8(left_type[LTOP]))
743 else if (IS_8X8(left_type[LBOT]))
H A Dh264_direct.c169 const int is_b8x8 = IS_8X8(*mb_type);
420 const int is_b8x8 = IS_8X8(*mb_type);
H A Dh264.h1074 if (IS_8X8(mb_type)) {
H A Dmpegvideo.c2168 if (IS_8X8(mb_type))
2244 if (IS_8X8(mbtype_table[mb_index])) {
2356 if (IS_8X8(mb_type) || IS_16X8(mb_type)) {
2362 if (IS_8X8(mb_type) || IS_8X16(mb_type)) {
2367 if (IS_8X8(mb_type) && mv_sample_log2 >= 2) {
H A Dh264_mb.c121 av_assert2(IS_8X8(mb_type));
H A Derror_resilience.c1124 if (IS_8X8(mb_type)) {
H A Dmotion_est.c1436 if (IS_8X8(s->next_picture.mb_type[mot_xy])) {
H A Drv34.c897 if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC
H A Dmpeg4videodec.c1252 if (IS_8X8(mb_type)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpeg4video.c131 if(IS_8X8(colocated_mb_type)){
H A Dh264_mvpred.h691 }else if(IS_8X8(top_type)){
701 else if(IS_8X8(left_type[LTOP]))
708 else if(IS_8X8(left_type[LBOT]))
H A Dh264_direct.c168 const int is_b8x8 = IS_8X8(*mb_type);
419 const int is_b8x8 = IS_8X8(*mb_type);
H A Dh264.h867 if(IS_8X8(mb_type)){
H A Dmpegvideo.h109 #define IS_8X8(a) ((a)&MB_TYPE_8x8) macro
H A Dmpegvideo.c1585 if (IS_8X8(mb_type))
1665 if (IS_8X8(pict->mb_type[mb_index])) {
1777 if (IS_8X8(mb_type) || IS_16X8(mb_type)) {
1783 if (IS_8X8(mb_type) || IS_8X16(mb_type)) {
1788 if (IS_8X8(mb_type) && mv_sample_log2 >= 2) {
H A Derror_resilience.c1107 if (IS_8X8(mb_type)) {
H A Dmotion_est.c945 }else if(IS_8X8(mb_type)){
1570 if (IS_8X8(s->next_picture.f.mb_type[mot_xy])) {
H A Drv34.c888 if(!(IS_16X8(next_bt) || IS_8X16(next_bt) || IS_8X8(next_bt))) //we can use whole macroblock MC
H A Dh264.c319 assert(IS_8X8(mb_type));
765 assert(IS_8X8(mb_type));
H A Dmpeg4videodec.c1108 if (IS_8X8(mb_type)) {

Completed in 328 milliseconds