Searched refs:intra_gb_ptr (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_cavlc.c641 if( decode_residual(h, h->intra_gb_ptr, h->mb_luma_dc[p], LUMA_DC_BLOCK_INDEX+p, scan, NULL, 16) < 0){
651 if( decode_residual(h, h->intra_gb_ptr, h->mb + (16*index << pixel_shift),
1093 GetBitContext *gb= IS_INTRA(mb_type) ? h->intra_gb_ptr : h->inter_gb_ptr;
H A Dh264.c1582 hx->intra_gb_ptr =
1663 hx->intra_gb_ptr =
1678 hx->intra_gb_ptr = &hx->intra_gb;
1688 hx->intra_gb_ptr &&
H A Dh264.h495 GetBitContext *intra_gb_ptr; member in struct:H264Context
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cavlc.c636 if( decode_residual(h, h->intra_gb_ptr, h->mb_luma_dc[p], LUMA_DC_BLOCK_INDEX+p, scan, NULL, 16) < 0){
646 if( decode_residual(h, h->intra_gb_ptr, h->mb + (16*index << pixel_shift),
1086 GetBitContext *gb= IS_INTRA(mb_type) ? h->intra_gb_ptr : h->inter_gb_ptr;
H A Dh264.h390 GetBitContext *intra_gb_ptr; member in struct:H264Context
H A Dh264.c3962 hx->intra_gb_ptr=
4003 hx->intra_gb_ptr=
4014 hx->intra_gb_ptr= &hx->intra_gb;
4020 if(hx->redundant_pic_count==0 && hx->intra_gb_ptr && hx->s.data_partitioning

Completed in 64 milliseconds