Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.c626 int best_offset; in BackwardReferencesLz77Box() local
632 best_offset = VP8LHashChainFindOffset(hash_chain_best, i); in BackwardReferencesLz77Box()
634 if (best_offset == window_offsets[ind]) { in BackwardReferencesLz77Box()
649 best_offset = use_prev ? best_offset_prev : 0; in BackwardReferencesLz77Box()
674 best_offset = in BackwardReferencesLz77Box()
694 (best_offset << MAX_LENGTH_BITS) | (uint32_t)best_length; in BackwardReferencesLz77Box()
695 best_offset_prev = best_offset; in BackwardReferencesLz77Box()
/third_party/ffmpeg/libavcodec/
H A Dmlpenc.c171 BestOffset best_offset[MAJOR_HEADER_INTERVAL+1][MAX_CHANNELS][NUM_CODEBOOKS]; member
1858 const BestOffset *cur_bo = ctx->best_offset[idx][channel], in best_codebook_path_cost()
1859 *prev_bo = idx ? ctx->best_offset[idx - 1][channel] : in best_codebook_path_cost()
1890 cur_bo = ctx->best_offset[index][channel]; in set_best_codebook()
1941 cur_bo = &ctx->best_offset[index][channel][best_codebook]; in set_best_codebook()
2037 ctx->cur_best_offset = ctx->best_offset[index]; in analyze_sample_buffer()
/third_party/ffmpeg/libavfilter/
H A Daf_atempo.c641 int best_offset = -drift; in yae_align() local
676 best_offset = i - window / 2; in yae_align()
680 return best_offset; in yae_align()

Completed in 7 milliseconds