Searched refs:direct_table (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h519 uint8_t *direct_table; member in struct:H264Context
1075 uint8_t *direct_table = &h->direct_table[4 * h->mb_xy]; local
1076 direct_table[1] = h->sub_mb_type[1] >> 1;
1077 direct_table[2] = h->sub_mb_type[2] >> 1;
1078 direct_table[3] = h->sub_mb_type[3] >> 1;
H A Dh264_mvpred.h719 uint8_t *direct_table = h->direct_table; local
727 direct_cache[0 - 1 * 8] = direct_table[b8_xy + 2];
728 direct_cache[2 - 1 * 8] = direct_table[b8_xy + 3];
737 direct_cache[-1 + 0 * 8] = direct_table[4 * left_xy[LTOP] + 1 + (left_block[0] & ~1)];
744 direct_cache[-1 + 2 * 8] = direct_table[4 * left_xy[LBOT] + 1 + (left_block[2] & ~1)];
H A Dh264.c378 av_freep(&h->direct_table);
449 FF_ALLOCZ_OR_GOTO(h->avctx, h->direct_table,
H A Dh264_slice.c435 dst->direct_table = src->direct_table;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h413 uint8_t *direct_table; member in struct:H264Context
868 uint8_t *direct_table = &h->direct_table[4*h->mb_xy]; local
869 direct_table[1] = h->sub_mb_type[1]>>1;
870 direct_table[2] = h->sub_mb_type[2]>>1;
871 direct_table[3] = h->sub_mb_type[3]>>1;
H A Dh264_mvpred.h686 uint8_t *direct_table = h->direct_table; local
693 direct_cache[0 - 1*8]= direct_table[b8_xy + 2];
694 direct_cache[2 - 1*8]= direct_table[b8_xy + 3];
702 direct_cache[-1 + 0*8]= direct_table[4*left_xy[LTOP] + 1 + (left_block[0]&~1)];
709 direct_cache[-1 + 2*8]= direct_table[4*left_xy[LBOT] + 1 + (left_block[2]&~1)];
H A Dh264.c851 av_freep(&h->direct_table);
959 FF_ALLOCZ_OR_GOTO(h->s.avctx, h->direct_table, 4*big_mb_num * sizeof(uint8_t) , fail);
1002 dst->direct_table = src->direct_table;

Completed in 73 milliseconds