Home
last modified time | relevance | path

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

/third_party/elfutils/tests/
H A Delfcopy.c207 size_t last_off = 0; in copy_elf() local
221 offs[last_off] = shdr.sh_offset; in copy_elf()
234 last_off, last_off + 1); in copy_elf()
235 GElf_Word off = offs[last_off - 1]; in copy_elf()
236 offs[last_off - 1] = off + shdr.sh_size; in copy_elf()
237 offs[last_off] = off; in copy_elf()
243 offs[last_off] = shdr.sh_offset; in copy_elf()
245 last_off++; in copy_elf()
279 last_off in copy_elf()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dnellymoser.c124 int max, sum, last_off, tmp; in ff_nelly_get_sample_bits() local
165 last_off = small_off; in ff_nelly_get_sample_bits()
177 small_off = last_off; in ff_nelly_get_sample_bits()
181 big_off = last_off; in ff_nelly_get_sample_bits()
H A Dtiff.c1767 unsigned off, last_off = 0; in decode_frame() local
1845 if (off <= last_off) { in decode_frame()
1849 last_off = off; in decode_frame()
H A Dh264_cabac.c1669 #define DECODE_SIGNIFICANCE( coefs, sig_off, last_off ) \ in decode_cabac_residual_internal()
1673 uint8_t *last_ctx = last_coeff_ctx_base + last_off; \ in decode_cabac_residual_internal()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dh264_cabac.c29 uint8_t *significant_coeff_ctx_base, int *index, int64_t last_off) in decode_significance_loongarch()
45 "add.d %[state], %[state], %[last_off] \n\t" in decode_significance_loongarch()
51 "sub.d %[state], %[state], %[last_off] \n\t" in decode_significance_loongarch()
69 [last_off]"r"(last_off), in decode_significance_loongarch()
28 decode_significance_loongarch(CABACContext *c, int max_coeff, uint8_t *significant_coeff_ctx_base, int *index, int64_t last_off) decode_significance_loongarch() argument
/third_party/ffmpeg/libavcodec/x86/
H A Dh264_cabac.c48 int *index, x86_reg last_off){ in decode_significance_x86()
112 : "r"(c), "m"(minusstart), "m"(end), "m"(minusindex), "m"(last_off), in decode_significance_x86()
46 decode_significance_x86(CABACContext *c, int max_coeff, uint8_t *significant_coeff_ctx_base, int *index, x86_reg last_off) decode_significance_x86() argument

Completed in 8 milliseconds