Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dh264_cabac.c1558 static av_always_inline int get_cabac_cbf_ctx(H264SliceContext *sl, in get_cabac_cbf_ctx() function
1818 * because it allows improved constant propagation into get_cabac_cbf_ctx,
1829 if( get_cabac( &sl->cabac, &sl->cabac_state[get_cabac_cbf_ctx(sl, cat, n, max_coeff, 1)]) == 0 ) { in decode_cabac_residual_dc()
1843 if (get_cabac(&sl->cabac, &sl->cabac_state[get_cabac_cbf_ctx(sl, cat, n, max_coeff, 1)]) == 0) { in decode_cabac_residual_dc_422()
1859 if( (cat != 5 || CHROMA444(h)) && get_cabac( &sl->cabac, &sl->cabac_state[get_cabac_cbf_ctx(sl, cat, n, max_coeff, 0)]) == 0) { in decode_cabac_residual_nondc()

Completed in 7 milliseconds