Lines Matching refs:nnz_cache
2346 uint8_t *nnz_cache = sl->non_zero_count_cache; in ff_h264_decode_mb_cabac() local
2350 nnz_cache[3+8* 1 + 2*8*i]= in ff_h264_decode_mb_cabac()
2351 nnz_cache[3+8* 2 + 2*8*i]= in ff_h264_decode_mb_cabac()
2352 nnz_cache[3+8* 6 + 2*8*i]= in ff_h264_decode_mb_cabac()
2353 nnz_cache[3+8* 7 + 2*8*i]= in ff_h264_decode_mb_cabac()
2354 nnz_cache[3+8*11 + 2*8*i]= in ff_h264_decode_mb_cabac()
2355 nnz_cache[3+8*12 + 2*8*i]= IS_INTRA(mb_type) ? 64 : 0; in ff_h264_decode_mb_cabac()
2360 AV_WN32A(&nnz_cache[4+8* 0], top_empty); in ff_h264_decode_mb_cabac()
2361 AV_WN32A(&nnz_cache[4+8* 5], top_empty); in ff_h264_decode_mb_cabac()
2362 AV_WN32A(&nnz_cache[4+8*10], top_empty); in ff_h264_decode_mb_cabac()
2367 nnz_cache[3+8* 1 + 2*8*i]= in ff_h264_decode_mb_cabac()
2368 nnz_cache[3+8* 2 + 2*8*i]= in ff_h264_decode_mb_cabac()
2369 nnz_cache[3+8* 6 + 2*8*i]= in ff_h264_decode_mb_cabac()
2370 nnz_cache[3+8* 7 + 2*8*i]= in ff_h264_decode_mb_cabac()
2371 nnz_cache[3+8*11 + 2*8*i]= in ff_h264_decode_mb_cabac()
2372 nnz_cache[3+8*12 + 2*8*i]= !IS_INTRA_PCM(sl->left_type[LEFT(i)]) ? 0 : 64; in ff_h264_decode_mb_cabac()
2377 AV_WN32A(&nnz_cache[4+8* 0], top_empty); in ff_h264_decode_mb_cabac()
2378 AV_WN32A(&nnz_cache[4+8* 5], top_empty); in ff_h264_decode_mb_cabac()
2379 AV_WN32A(&nnz_cache[4+8*10], top_empty); in ff_h264_decode_mb_cabac()