Searched refs:IS_INTRA16x16 (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.h72 #define IS_INTRA16x16(a) ((a) & MB_TYPE_INTRA16x16) macro
H A Dh264_cavlc.c636 if(IS_INTRA16x16(mb_type)){
1057 if(!IS_INTRA16x16(mb_type)){
1089 if(cbp || IS_INTRA16x16(mb_type)){
H A Dsvq3.c695 if (!IS_INTRA16x16(mb_type) &&
705 if (IS_INTRA16x16(mb_type) ||
714 if (IS_INTRA16x16(mb_type)) {
725 const int index = IS_INTRA16x16(mb_type) ? 1 : 0;
H A Dh264_cabac.c1378 /* No need to test for IS_INTRA4x4 and IS_INTRA16x16, as we set chroma_pred_mode_table to 0 */
1840 if( IS_INTRA16x16( mb_type ) ) {
2289 if( !IS_INTRA16x16( mb_type ) ) {
2330 if( cbp || IS_INTRA16x16( mb_type ) ) {
H A Dh264_mb.c740 if (IS_INTRA16x16(mb_type)) {
H A Dmpegvideo.c2146 else if (IS_INTRA16x16(mb_type))
2323 IS_INTRA16x16(mb_type)) {
H A Drv34.c406 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->mb_type[mb_pos]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c642 if (!IS_INTRA16x16(mb_type) && (!IS_SKIP(mb_type) || s->pict_type == AV_PICTURE_TYPE_B)) {
650 if (IS_INTRA16x16(mb_type) || (s->pict_type != AV_PICTURE_TYPE_I && s->adaptive_quant && cbp)) {
658 if (IS_INTRA16x16(mb_type)) {
668 const int index = IS_INTRA16x16(mb_type) ? 1 : 0;
H A Dh264_cavlc.c631 if(IS_INTRA16x16(mb_type)){
1055 if(!IS_INTRA16x16(mb_type)){
1082 if(cbp || IS_INTRA16x16(mb_type)){
H A Dh264_cabac.c1380 /* No need to test for IS_INTRA4x4 and IS_INTRA16x16, as we set chroma_pred_mode_table to 0 */
1823 if( IS_INTRA16x16( mb_type ) ) {
2275 if( !IS_INTRA16x16( mb_type ) ) {
2311 if( cbp || IS_INTRA16x16( mb_type ) ) {
H A Dmpegvideo.h97 #define IS_INTRA16x16(a) ((a)&MB_TYPE_INTRA16x16) macro
H A Dmpegvideo.c1563 else if (IS_INTRA16x16(mb_type))
1744 IS_INTRA16x16(mb_type)) {
H A Drv34.c409 r->is16 = !!IS_INTRA16x16(s->current_picture_ptr->f.mb_type[mb_pos]);
H A Dh264.c1854 if(IS_INTRA16x16(mb_type)){

Completed in 381 milliseconds