Searched refs:direct_cache (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h718 uint8_t *direct_cache = &h->direct_cache[scan8[0]]; local
720 fill_rectangle(direct_cache, 4, 4, 8, MB_TYPE_16x16 >> 1, 1);
723 AV_WN32A(&direct_cache[-1 * 8],
727 direct_cache[0 - 1 * 8] = direct_table[b8_xy + 2];
728 direct_cache[2 - 1 * 8] = direct_table[b8_xy + 3];
730 AV_WN32A(&direct_cache[-1 * 8],
735 direct_cache[-1 + 0 * 8] = MB_TYPE_DIRECT2 >> 1;
737 direct_cache[-1 + 0 * 8] = direct_table[4 * left_xy[LTOP] + 1 + (left_block[0] & ~1)];
739 direct_cache[
[all...]
H A Dh264_cabac.c1464 if( refa > 0 && !(h->direct_cache[scan8[n] - 1]&(MB_TYPE_DIRECT2>>1)) )
1466 if( refb > 0 && !(h->direct_cache[scan8[n] - 8]&(MB_TYPE_DIRECT2>>1)) )
2089 fill_rectangle( &h->direct_cache[scan8[4*i]], 2, 2, 8, (h->sub_mb_type[i]>>1)&0xFF, 1 );
H A Dh264.h520 uint8_t direct_cache[5 * 8]; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h685 uint8_t *direct_cache = &h->direct_cache[scan8[0]]; local
687 fill_rectangle(direct_cache, 4, 4, 8, MB_TYPE_16x16>>1, 1);
690 AV_WN32A(&direct_cache[-1*8], 0x01010101u*(MB_TYPE_DIRECT2>>1));
693 direct_cache[0 - 1*8]= direct_table[b8_xy + 2];
694 direct_cache[2 - 1*8]= direct_table[b8_xy + 3];
696 AV_WN32A(&direct_cache[-1*8], 0x01010101*(MB_TYPE_16x16>>1));
700 direct_cache[-1 + 0*8]= MB_TYPE_DIRECT2>>1;
702 direct_cache[-1 + 0*8]= direct_table[4*left_xy[LTOP] + 1 + (left_block[0]&~1)];
704 direct_cache[
[all...]
H A Dh264_cabac.c1466 if( refa > 0 && !(h->direct_cache[scan8[n] - 1]&(MB_TYPE_DIRECT2>>1)) )
1468 if( refb > 0 && !(h->direct_cache[scan8[n] - 8]&(MB_TYPE_DIRECT2>>1)) )
2075 fill_rectangle( &h->direct_cache[scan8[4*i]], 2, 2, 8, (h->sub_mb_type[i]>>1)&0xFF, 1 );
H A Dh264.h414 uint8_t direct_cache[5*8]; member in struct:H264Context

Completed in 43 milliseconds