Searched refs:CABAC (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264.h93 #ifndef CABAC
94 #define CABAC(h) (h)->pps.cabac macro
862 * Decode a CABAC coded macroblock
1034 if (CABAC(h)) {
1073 if (h->slice_type_nos == AV_PICTURE_TYPE_B && CABAC(h)) {
H A Dh264_mvpred.h548 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040;
579 nnz_cache[3 + 8 * 12 + 2 * 8 * i] = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 64;
583 if (CABAC(h)) {
692 if (CABAC(h)) {
H A Dh264_cabac.c28 #define CABAC(h) 1 macro
1783 /* Partially inline the CABAC residual decode: inline the coded block flag.
2322 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040;
H A Dh264_cavlc.c28 #define CABAC(h) 0 macro
H A Dh264_loopfilter.c500 if (!CABAC(h) && IS_8x8DCT(h->cur_pic.mb_type[mbn_xy])) {
H A Dh264_slice.c2190 if (!CABAC(h) && h->pps.transform_8x8_mode) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264.h84 #ifndef CABAC
85 #define CABAC h->pps.cabac macro
676 * Decode a CABAC coded macroblock
827 if( CABAC ) {
866 if(h->slice_type_nos == AV_PICTURE_TYPE_B && CABAC){
H A Dh264_mvpred.h521 uint32_t top_empty = CABAC && !IS_INTRA(mb_type) ? 0 : 0x40404040;
552 nnz_cache[3+8*12 + 2*8*i]= CABAC && !IS_INTRA(mb_type) ? 0 : 64;
556 if( CABAC ) {
659 if( CABAC ) {
H A Dh264_cabac.c28 #define CABAC 1 macro
1776 /* Partially inline the CABAC residual decode: inline the coded block flag.
2303 uint32_t top_empty = CABAC && !IS_INTRA(mb_type) ? 0 : 0x40404040;
H A Dh264_cavlc.c28 #define CABAC 0 macro
H A Dh264_loopfilter.c505 if (!CABAC && IS_8x8DCT(s->current_picture.f.mb_type[mbn_xy])) {
H A Dh264.c3524 if(!CABAC && h->pps.transform_8x8_mode){

Completed in 280 milliseconds