Searched refs:top_empty (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh264_mvpred.h548 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; local
549 AV_WN32A(&nnz_cache[4 + 8 * 0], top_empty);
550 AV_WN32A(&nnz_cache[4 + 8 * 5], top_empty);
551 AV_WN32A(&nnz_cache[4 + 8 * 10], top_empty);
H A Dh264_cabac.c2322 uint32_t top_empty = CABAC(h) && !IS_INTRA(mb_type) ? 0 : 0x40404040; local
2323 AV_WN32A(&nnz_cache[4+8* 0], top_empty);
2324 AV_WN32A(&nnz_cache[4+8* 5], top_empty);
2325 AV_WN32A(&nnz_cache[4+8*10], top_empty);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh264_mvpred.h521 uint32_t top_empty = CABAC && !IS_INTRA(mb_type) ? 0 : 0x40404040; local
522 AV_WN32A(&nnz_cache[4+8* 0], top_empty);
523 AV_WN32A(&nnz_cache[4+8* 5], top_empty);
524 AV_WN32A(&nnz_cache[4+8*10], top_empty);
H A Dh264_cabac.c2303 uint32_t top_empty = CABAC && !IS_INTRA(mb_type) ? 0 : 0x40404040; local
2304 AV_WN32A(&nnz_cache[4+8* 0], top_empty);
2305 AV_WN32A(&nnz_cache[4+8* 5], top_empty);
2306 AV_WN32A(&nnz_cache[4+8*10], top_empty);

Completed in 47 milliseconds