Searched refs:stat_coeff (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_cabac.c551 s->HEVClc->stat_coeff[i] = 0;
1398 c_rice_param = lc->stat_coeff[sb_type] / 4;
1450 int c_rice_p_init = lc->stat_coeff[sb_type] / 4;
1452 lc->stat_coeff[sb_type]++;
1454 if (lc->stat_coeff[sb_type] > 0)
1455 lc->stat_coeff[sb_type]--;
1466 int c_rice_p_init = lc->stat_coeff[sb_type] / 4;
1468 lc->stat_coeff[sb_type]++;
1470 if (lc->stat_coeff[sb_type] > 0)
1471 lc->stat_coeff[sb_typ
[all...]
H A Dhevc.h762 uint8_t stat_coeff[4]; member in struct:HEVCLocalContext

Completed in 40 milliseconds