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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_loopfilter.c274 if( IS_8x8DCT(mb_type) ) {
297 if( IS_8x8DCT(mb_type) ) {
360 if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 && !chroma444 ) {
369 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1;
397 } else if( IS_8x8DCT(mb_type) ) {
500 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) {
617 const int deblock_edge = !IS_8x8DCT(mb_type & (edge<<24)); // (edge&1) && IS_8x8DCT(mb_type)
754 ((!h->pps.cabac && IS_8x8DCT(mbn_type)) ?
H A Dh264_mb.c621 if (IS_8x8DCT(mb_type)) {
764 const int di = IS_8x8DCT(mb_type) ? 4 : 1;
765 idct_add = IS_8x8DCT(mb_type) ? h->h264dsp.h264_add_pixels8_clear
773 if (IS_8x8DCT(mb_type))
H A Dh264_cabac.c1860 if( IS_8x8DCT(mb_type) ) {
2308 if (CHROMA444(h) && IS_8x8DCT(mb_type)){
2312 if (h->left_type[LEFT(i)] && !IS_8x8DCT(h->left_type[LEFT(i)])){
2321 if (h->top_type && !IS_8x8DCT(h->top_type)){
H A Dh264_mvpred.h791 h->neighbor_transform_size = !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[LTOP]);
H A Dh264.h106 #define IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) macro
H A Dh264_slice.c2191 if (IS_8x8DCT(top_type)) {
2197 if (IS_8x8DCT(left_type[LTOP])) {
2201 if (IS_8x8DCT(left_type[LBOT])) {
2206 if (IS_8x8DCT(mb_type)) {
H A Dh264_cavlc.c668 if(IS_8x8DCT(mb_type)){
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_loopfilter.c278 if( IS_8x8DCT(mb_type) ) {
301 if( IS_8x8DCT(mb_type) ) {
364 if( IS_8x8DCT(mb_type) && (h->cbp&7) == 7 && !chroma444 ) {
373 int step = 1+(mb_type>>24); //IS_8x8DCT(mb_type) ? 2 : 1;
401 } else if( IS_8x8DCT(mb_type) ) {
505 if (!CABAC && IS_8x8DCT(s->current_picture.f.mb_type[mbn_xy])) {
622 const int deblock_edge = !IS_8x8DCT(mb_type & (edge<<24)); // (edge&1) && IS_8x8DCT(mb_type)
760 ((!h->pps.cabac && IS_8x8DCT(mbn_type)) ?
H A Dh264_cabac.c1845 if( IS_8x8DCT(mb_type) ) {
2289 if (CHROMA444 && IS_8x8DCT(mb_type)){
2293 if (h->left_type[LEFT(i)] && !IS_8x8DCT(h->left_type[LEFT(i)])){
2302 if (h->top_type && !IS_8x8DCT(h->top_type)){
H A Dh264_mvpred.h750 h->neighbor_transform_size= !!IS_8x8DCT(top_type) + !!IS_8x8DCT(left_type[LTOP]);
H A Dh264.h96 #define IS_8x8DCT(a) ((a) & MB_TYPE_8x8DCT) macro
H A Dh264.c1753 if(IS_8x8DCT(mb_type)){
1869 const int di = IS_8x8DCT(mb_type) ? 4 : 1;
1870 idct_add= IS_8x8DCT(mb_type) ? s->dsp.add_pixels8 : s->dsp.add_pixels4;
1877 if(IS_8x8DCT(mb_type)){
3525 if(IS_8x8DCT(top_type)){
3531 if(IS_8x8DCT(left_type[LTOP])){
3535 if(IS_8x8DCT(left_type[LBOT])){
3540 if(IS_8x8DCT(mb_type)){
H A Dh264_cavlc.c663 if(IS_8x8DCT(mb_type)){

Completed in 104 milliseconds