Home
last modified time | relevance | path

Searched defs:context_count (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dffv1dec.c168 unsigned ps, i, context_count; in decode_slice_header() local
396 int context_count = 1; in read_quant_tables() local
530 int i, j, context_count = -1; //-1 to avoid warning in read_header() local
Dffv1.h70 int context_count; member
105 int context_count[MAX_QUANT_TABLES]; member
Dmpegvideo_enc.c1864 int context_count = s->slice_context_count; in ff_mpv_encode_picture() local
3706 int context_count = s->slice_context_count; in encode_picture() local
Dh264_slice.c2804 int context_count = h->nb_slice_ctx_queued; in ff_h264_execute_decode_slices() local
/third_party/node/deps/v8/src/compiler/
Dlinkage.cc328 const size_t context_count = 1; in GetCEntryStubCallDescriptor() local
385 const size_t context_count = 1; in GetJSCallDescriptor() local
447 const int context_count = descriptor.HasContextParameter() ? 1 : 0; in GetStubCallDescriptor() local
Dverifier.cc141 int context_count = OperatorProperties::GetContextInputCount(node->op()); in Check() local
/third_party/node/deps/v8/src/web-snapshot/
Dweb-snapshot.h136 uint32_t context_count() const { in context_count() function
287 uint32_t context_count() const { return context_count_; } in context_count() function