Searched refs:LUMA_DC_BLOCK_INDEX (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_cavlc.c459 if(n >= LUMA_DC_BLOCK_INDEX){
460 total_coeff= pred_non_zero_count(h, (n - LUMA_DC_BLOCK_INDEX)*16);
587 if(n >= LUMA_DC_BLOCK_INDEX){ \
641 if( decode_residual(h, h->intra_gb_ptr, h->mb_luma_dc[p], LUMA_DC_BLOCK_INDEX+p, scan, NULL, 16) < 0){
H A Dh264_cabac.c1543 idx -= LUMA_DC_BLOCK_INDEX;
1681 h->cbp_table[h->mb_xy] |= 0x100 << (n - LUMA_DC_BLOCK_INDEX);
1845 decode_cabac_residual_dc(h, h->mb_luma_dc[p], ctx_cat[0][p], LUMA_DC_BLOCK_INDEX+p, scan, 16);
H A Dh264.h925 #define LUMA_DC_BLOCK_INDEX 48 macro
H A Dh264_mb.c702 if (h->non_zero_count_cache[scan8[LUMA_DC_BLOCK_INDEX + p]]) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_cavlc.c460 if(n >= LUMA_DC_BLOCK_INDEX){
461 total_coeff= pred_non_zero_count(h, (n - LUMA_DC_BLOCK_INDEX)*16);
581 if(n >= LUMA_DC_BLOCK_INDEX){ \
636 if( decode_residual(h, h->intra_gb_ptr, h->mb_luma_dc[p], LUMA_DC_BLOCK_INDEX+p, scan, NULL, 16) < 0){
H A Dh264_cabac.c1545 idx -= LUMA_DC_BLOCK_INDEX;
1687 h->cbp_table[h->mb_xy] |= 0x100 << (n - LUMA_DC_BLOCK_INDEX);
1829 decode_cabac_residual_dc(h, h->mb_luma_dc[p], ctx_cat[0][p], LUMA_DC_BLOCK_INDEX+p, scan, 16);
H A Dh264.h728 #define LUMA_DC_BLOCK_INDEX 48 macro
H A Dh264.c1830 if(h->non_zero_count_cache[ scan8[LUMA_DC_BLOCK_INDEX+p] ]){

Completed in 69 milliseconds