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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhevc_cabac.c982 static av_always_inline int significant_coeff_group_flag_decode(HEVCContext *s, int c_idx, int ctx_cg) argument
986 inc = FFMIN(ctx_cg, 1) + (c_idx>0 ? 2 : 0);
1267 int ctx_cg = 0; local
1269 ctx_cg += significant_coeff_group_flag[x_cg + 1][y_cg];
1271 ctx_cg += significant_coeff_group_flag[x_cg][y_cg + 1];
1274 significant_coeff_group_flag_decode(s, c_idx, ctx_cg);

Completed in 33 milliseconds