Searched refs:IS_8x8DCT (Results 1 - 15 of 15) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Dh264_loopfilter.c346 if( IS_8x8DCT(mb_type) ) {
373 if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 ) {
382 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1;
404 } else if( IS_8x8DCT(mb_type) ) {
485 if(!CABAC && IS_8x8DCT(s->current_picture.mb_type[mbn_xy])){
590 if( IS_8x8DCT(mb_type & (edge<<24)) ) // (edge&1) && IS_8x8DCT(mb_type)
703 ((!h->pps.cabac && IS_8x8DCT(mbn_type)) ?
H A Dh264.h103 #define IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) macro
1163 h->neighbor_transform_size= !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[0]);
H A Dh264.c1158 if(IS_8x8DCT(mb_type)){
1261 const int di = IS_8x8DCT(mb_type) ? 4 : 1;
1262 idct_add= IS_8x8DCT(mb_type) ? s->dsp.add_pixels8 : s->dsp.add_pixels4;
1269 if(IS_8x8DCT(mb_type)){
2350 if(IS_8x8DCT(top_type)){
2356 if(IS_8x8DCT(left_type[0])){
2360 if(IS_8x8DCT(left_type[1])){
2365 if(IS_8x8DCT(mb_type)){
H A Dh264_cavlc.c966 if(IS_8x8DCT(mb_type)){
H A Dh264_cabac.c1660 if( IS_8x8DCT(mb_type) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Dh264_loopfilter.c346 if( IS_8x8DCT(mb_type) ) {
373 if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 ) {
382 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1;
404 } else if( IS_8x8DCT(mb_type) ) {
485 if(!CABAC && IS_8x8DCT(s->current_picture.mb_type[mbn_xy])){
590 if( IS_8x8DCT(mb_type & (edge<<24)) ) // (edge&1) && IS_8x8DCT(mb_type)
703 ((!h->pps.cabac && IS_8x8DCT(mbn_type)) ?
H A Dh264.h103 #define IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) macro
1163 h->neighbor_transform_size= !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[0]);
H A Dh264.c1158 if(IS_8x8DCT(mb_type)){
1261 const int di = IS_8x8DCT(mb_type) ? 4 : 1;
1262 idct_add= IS_8x8DCT(mb_type) ? s->dsp.add_pixels8 : s->dsp.add_pixels4;
1269 if(IS_8x8DCT(mb_type)){
2350 if(IS_8x8DCT(top_type)){
2356 if(IS_8x8DCT(left_type[0])){
2360 if(IS_8x8DCT(left_type[1])){
2365 if(IS_8x8DCT(mb_type)){
H A Dh264_cavlc.c966 if(IS_8x8DCT(mb_type)){
H A Dh264_cabac.c1660 if( IS_8x8DCT(mb_type) ) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Dh264_loopfilter.c346 if( IS_8x8DCT(mb_type) ) {
373 if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 ) {
382 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1;
404 } else if( IS_8x8DCT(mb_type) ) {
485 if(!CABAC && IS_8x8DCT(s->current_picture.mb_type[mbn_xy])){
590 if( IS_8x8DCT(mb_type & (edge<<24)) ) // (edge&1) && IS_8x8DCT(mb_type)
703 ((!h->pps.cabac && IS_8x8DCT(mbn_type)) ?
H A Dh264.h103 #define IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) macro
1163 h->neighbor_transform_size= !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[0]);
H A Dh264.c1158 if(IS_8x8DCT(mb_type)){
1261 const int di = IS_8x8DCT(mb_type) ? 4 : 1;
1262 idct_add= IS_8x8DCT(mb_type) ? s->dsp.add_pixels8 : s->dsp.add_pixels4;
1269 if(IS_8x8DCT(mb_type)){
2350 if(IS_8x8DCT(top_type)){
2356 if(IS_8x8DCT(left_type[0])){
2360 if(IS_8x8DCT(left_type[1])){
2365 if(IS_8x8DCT(mb_type)){
H A Dh264_cavlc.c966 if(IS_8x8DCT(mb_type)){
H A Dh264_cabac.c1660 if( IS_8x8DCT(mb_type) ) {

Completed in 95 milliseconds