state             163 libde265/cabac.cc   logtrace(LogCABAC,"[%3d] decodeBin r:%x v:%x state:%d\n",logcnt,decoder->range, decoder->value, model->state);
state             166 libde265/cabac.cc   int LPS = LPS_table[model->state][ ( decoder->range >> 6 ) - 4 ];
state             180 libde265/cabac.cc       model->state = next_state_MPS[model->state];
state             218 libde265/cabac.cc       if (model->state==0) { model->MPSbit = 1-model->MPSbit; }
state             219 libde265/cabac.cc       model->state = next_state_LPS[model->state];
state             462 libde265/cabac.cc   state = 0;
state             477 libde265/cabac.cc   state = 0;
state             586 libde265/cabac.cc     /**/ if (state< 2 && byte==0) { state++; }
state             587 libde265/cabac.cc     else if (state==2 && byte<=3) {
state             590 libde265/cabac.cc       if (byte==0) state=1;
state             591 libde265/cabac.cc       else         state=0;
state             593 libde265/cabac.cc     else { state=0; }
state             595 libde265/cabac.cc   else { state=0; }
state             717 libde265/cabac.cc            encBinCnt, range,low, model->state,bin);
state             730 libde265/cabac.cc   uint32_t LPS = LPS_table[model->state][ ( range >> 6 ) - 4 ];
state             741 libde265/cabac.cc       if (model->state==0) { model->MPSbit = 1-model->MPSbit; }
state             743 libde265/cabac.cc       model->state = next_state_LPS[model->state];
state             751 libde265/cabac.cc       model->state = next_state_MPS[model->state];
state             947 libde265/cabac.cc   int idx = model->state<<1;
state             950 libde265/cabac.cc     model->state = next_state_MPS[model->state];
state             954 libde265/cabac.cc     if (model->state==0) { model->MPSbit = 1-model->MPSbit; }
state             955 libde265/cabac.cc     model->state = next_state_LPS[model->state];
state             967 libde265/cabac.cc   int idx = model->state<<1;
state             998 libde265/cabac.cc   int idx = model->state<<1;
state             141 libde265/cabac.h   char     state; // for inserting emulation-prevention bytes
state             163 libde265/contextmodel.cc     hash ^= ((i+7)*model[i].state) & 0xFFFF;
state             206 libde265/contextmodel.cc     model[i].state = model[i].MPSbit ? (preCtxState-64) : (63-preCtxState);
state             210 libde265/contextmodel.cc     assert(model[i].state <= 62);
state              36 libde265/contextmodel.h   uint8_t state  : 7;
state              38 libde265/contextmodel.h   bool operator==(context_model b) const { return state==b.state && MPSbit==b.MPSbit; }
state              39 libde265/contextmodel.h   bool operator!=(context_model b) const { return state!=b.state || MPSbit!=b.MPSbit; }
state             916 libde265/deblock.cc   state = Running;
state             987 libde265/deblock.cc   state = Finished;
state             153 libde265/decctx.cc   state = Unprocessed;
state             180 libde265/decctx.cc   state=Unprocessed;
state             895 libde265/decctx.cc   sliceunit->state = slice_unit::InProgress;
state             933 libde265/decctx.cc   if (prevSlice && prevSlice->state == slice_unit::Decoded) {
state             943 libde265/decctx.cc     sliceunit->state = slice_unit::Decoded;
state             959 libde265/decctx.cc     sliceunit->state = slice_unit::Decoded;
state             966 libde265/decctx.cc     sliceunit->state = slice_unit::Decoded;
state             162 libde265/decctx.h   } state;
state             205 libde265/decctx.h       if (slice_units[i]->state == slice_unit::Unprocessed) {
state             241 libde265/decctx.h     if (slice_units.back()->state != slice_unit::Unprocessed) return true;
state             260 libde265/decctx.h   } state;
state            1714 libde265/encoder/encoder-syntax.cc              ectx->ctx_model[i].state,
state              51 libde265/encoder/encpicbuf.cc   state = state_unprocessed;
state             164 libde265/encoder/encpicbuf.cc   data->state = image_data::state_sop_metadata_available;
state             175 libde265/encoder/encpicbuf.cc   data->state = image_data::state_encoding;
state             196 libde265/encoder/encpicbuf.cc   data->state = image_data::state_keep_for_reference;
state             249 libde265/encoder/encpicbuf.cc     if (mImages[i]->state < image_data::state_encoding) {
state             261 libde265/encoder/encpicbuf.cc     if (mImages[i]->state < image_data::state_encoding) {
state              71 libde265/encoder/encpicbuf.h   } state;
state             683 libde265/image.cc     task->state = thread_task::Blocked;
state             691 libde265/image.cc     task->state = thread_task::Running;
state             398 libde265/sao.cc   state = Running;
state             463 libde265/sao.cc   state = Finished;
state            4913 libde265/slice.cc   state = Running;
state            4923 libde265/slice.cc       state = Finished;
state            4937 libde265/slice.cc   state = Finished;
state            4954 libde265/slice.cc   state = Running;
state            4972 libde265/slice.cc       state = Finished;
state            5003 libde265/slice.cc   state = Finished;
state             101 libde265/threads.h   thread_task() : state(Queued) { }
state             104 libde265/threads.h   enum { Queued, Running, Blocked, Finished } state;
state              86 tools/gen-entropy-table.cc         model.state  = n;
state              90 tools/gen-entropy-table.cc         model.state  = n;
state              94 tools/gen-entropy-table.cc         model.state  = n;
state              99 tools/gen-entropy-table.cc           model.state  = s;
state             103 tools/gen-entropy-table.cc           model.state  = s;
state             262 tools/gen-entropy-table.cc         model.state  = n;
state             267 tools/gen-entropy-table.cc         model.state  = n;
state             272 tools/gen-entropy-table.cc         model.state  = n;
state             278 tools/gen-entropy-table.cc           model.state  = s;
state             282 tools/gen-entropy-table.cc           model.state  = s;
state             359 tools/gen-entropy-table.cc       model.state  = n;
state             364 tools/gen-entropy-table.cc       model.state  = n;
state             369 tools/gen-entropy-table.cc       model.state  = n;
state             375 tools/gen-entropy-table.cc         model.state  = s;
state             379 tools/gen-entropy-table.cc         model.state  = s;
state             452 tools/gen-entropy-table.cc     model.state  = n;
state             457 tools/gen-entropy-table.cc     model.state  = n;