Searched refs:last_off (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | nellymoser.c | 122 int max, sum, last_off, tmp; in ff_nelly_get_sample_bits() local 163 last_off = small_off; in ff_nelly_get_sample_bits() 175 small_off = last_off; in ff_nelly_get_sample_bits() 179 big_off = last_off; in ff_nelly_get_sample_bits()
|
D | h264_cabac.c | 1660 #define DECODE_SIGNIFICANCE( coefs, sig_off, last_off ) \ in decode_cabac_residual_internal() argument 1664 uint8_t *last_ctx = last_coeff_ctx_base + last_off; \ in decode_cabac_residual_internal()
|
D | tiff.c | 1780 unsigned off, last_off; in decode_frame() local 1845 last_off = off; in decode_frame() 1859 if (off <= last_off) { in decode_frame()
|
/third_party/ffmpeg/libavcodec/x86/ |
D | h264_cabac.c | 48 int *index, x86_reg last_off){ in decode_significance_x86() argument 112 : "r"(c), "m"(minusstart), "m"(end), "m"(minusindex), "m"(last_off), in decode_significance_x86()
|