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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cavlc.c628 int i4x4, i8x8; local
644 for(i4x4=0; i4x4<4; i4x4++){
645 const int index= i4x4 + 4*i8x8 + p*16;
666 for(i4x4=0; i4x4<4; i4x4++){
667 const int index= i4x4 + 4*i8x8 + p*16;
668 if( decode_residual(h, gb, buf, index, scan8x8+16*i4x4,
1083 int i4x4, i8x8, chroma_idx; local
[all...]
H A Dh264.h408 /* chroma_pred_mode for i4x4 or i16x16, else 0 */
787 int8_t *i4x4= h->intra4x4_pred_mode + h->mb2br_xy[h->mb_xy]; local
790 AV_COPY32(i4x4, i4x4_cache + 4 + 8*4);
791 i4x4[4]= i4x4_cache[7+8*3];
792 i4x4[5]= i4x4_cache[7+8*2];
793 i4x4[6]= i4x4_cache[7+8*1];
H A Dh264_cabac.c1820 int i8x8, i4x4; local
1833 for( i4x4 = 0; i4x4 < 16; i4x4++ ) {
1834 const int index = 16*p + i4x4;
1851 for( i4x4 = 0; i4x4 < 4; i4x4++ ) {
1852 const int index = 16*p + 4*i8x8 + i4x4;
2039 //av_log( s->avctx, AV_LOG_ERROR, "i4x4 pre
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_cavlc.c634 int i4x4, i8x8; local
649 for(i4x4=0; i4x4<4; i4x4++){
650 const int index= i4x4 + 4*i8x8 + p*16;
671 for(i4x4=0; i4x4<4; i4x4++){
672 const int index= i4x4 + 4*i8x8 + p*16;
673 if( decode_residual(h, gb, buf, index, scan8x8+16*i4x4,
1090 int i4x4, i8x8, chroma_idx; local
[all...]
H A Dh264.h514 /* chroma_pred_mode for i4x4 or i16x16, else 0 */
991 int8_t *i4x4 = h->intra4x4_pred_mode + h->mb2br_xy[h->mb_xy]; local
994 AV_COPY32(i4x4, i4x4_cache + 4 + 8 * 4);
995 i4x4[4] = i4x4_cache[7 + 8 * 3];
996 i4x4[5] = i4x4_cache[7 + 8 * 2];
997 i4x4[6] = i4x4_cache[7 + 8 * 1];
H A Dh264_cabac.c1838 int i8x8, i4x4; local
1849 for( i4x4 = 0; i4x4 < 16; i4x4++ ) {
1850 const int index = 16*p + i4x4;
1866 for( i4x4 = 0; i4x4 < 4; i4x4++ ) {
1867 const int index = 16*p + 4*i8x8 + i4x4;
2052 av_dlog(h->avctx, "i4x4 pre
[all...]

Completed in 82 milliseconds