Searched refs:dirac_get_arith_uint (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dirac_arith.h | 174 static inline int dirac_get_arith_uint(DiracArith *c, int follow_ctx, int data_ctx) in dirac_get_arith_uint() function 179 av_log(NULL, AV_LOG_ERROR, "dirac_get_arith_uint overflow\n"); in dirac_get_arith_uint() 192 int ret = dirac_get_arith_uint(c, follow_ctx, data_ctx); in dirac_get_arith_int()
|
H A D | diracdec.c | 473 coeff = dirac_get_arith_uint(c, pred_ctx, CTX_COEFF_DATA); \ 1522 unsigned int split = dirac_get_arith_uint(arith, CTX_SB_F1, CTX_SB_DATA); in dirac_unpack_block_motion_data()
|
Completed in 4 milliseconds