true               40 libde265-1.0.3/enc265/image-io-png.h   virtual LIBDE265_API de265_image* get_image(bool block=true);
true               55 libde265-1.0.3/extra/stdbool.h #define true	true
true               43 libde265-1.0.3/libde265/alloc_pool.h   alloc_pool(size_t objSize, int poolSize=1000, bool grow=true);
true              133 libde265-1.0.3/libde265/cabac.h   virtual bool modifies_context() const { return true; }
true              196 libde265-1.0.3/libde265/cabac.h   virtual bool modifies_context() const { return true; }
true               95 libde265-1.0.3/libde265/configparam.h   bool hasLongOption() const { return true; } //mLongOption!=NULL; }
true              131 libde265-1.0.3/libde265/configparam.h   void set_default(bool v) { default_value=v; default_set=true; }
true              135 libde265-1.0.3/libde265/configparam.h   virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { set(true); return true; }
true              137 libde265-1.0.3/libde265/configparam.h   bool set(bool v) { value_set=true; value=v; return true; }
true              153 libde265-1.0.3/libde265/configparam.h   const option_string& operator=(std::string v) { value=v; value_set=true; return *this; }
true              164 libde265-1.0.3/libde265/configparam.h   void set_default(std::string v) { default_value=v; default_set=true; }
true              170 libde265-1.0.3/libde265/configparam.h   bool set(std::string v) { value_set=true; value=v; return true; }
true              187 libde265-1.0.3/libde265/configparam.h   void set_minimum(int mini) { have_low_limit =true; low_limit =mini; }
true              188 libde265-1.0.3/libde265/configparam.h   void set_maximum(int maxi) { have_high_limit=true; high_limit=maxi; }
true              192 libde265-1.0.3/libde265/configparam.h   const option_int& operator=(int v) { value=v; value_set=true; return *this; }
true              203 libde265-1.0.3/libde265/configparam.h   void set_default(int v) { default_value=v; default_set=true; }
true              210 libde265-1.0.3/libde265/configparam.h     if (is_valid(v)) { value_set=true; value=v; return true; }
true              269 libde265-1.0.3/libde265/configparam.h       default_set = true;
true              285 libde265-1.0.3/libde265/configparam.h         default_set = true;
true              298 libde265-1.0.3/libde265/configparam.h     value_set = true;
true              311 libde265-1.0.3/libde265/configparam.h         validValue = true;
true              324 libde265-1.0.3/libde265/configparam.h   void setID(T id) { selectedID=id; validValue=true; }
true              242 libde265-1.0.3/libde265/decctx.h     if (slice_units.size()==0) return true;
true              243 libde265-1.0.3/libde265/decctx.h     if (slice_units.back()->state != slice_unit::Unprocessed) return true;
true               69 libde265-1.0.3/libde265/encoder/algo/cb-interpartmode.h     add_choice("2Nx2N", PART_2Nx2N, true);
true               69 libde265-1.0.3/libde265/encoder/algo/cb-intrapartmode.h     add_choice("brute-force",ALGO_CB_IntraPartMode_BruteForce, true);
true              110 libde265-1.0.3/libde265/encoder/algo/cb-intrapartmode.h     add_choice("2Nx2N", PART_2Nx2N, true);
true               49 libde265-1.0.3/libde265/encoder/algo/cb-mergeindex.h   void set_code_residual(bool flag=true) { mCodeResidual=flag; }
true               43 libde265-1.0.3/libde265/encoder/algo/coding-options.h   CodingOption<node> new_option(bool active=true);
true               74 libde265-1.0.3/libde265/encoder/algo/pb-mv.h     add_choice("horiz",  MVTestMode_Horizontal, true);
true              131 libde265-1.0.3/libde265/encoder/algo/pb-mv.h     add_choice("full",   MVSearchAlgo_Full, true);
true               54 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h     add_choice("fast-brute"  ,ALGO_TB_IntraPredMode_FastBrute, true);
true               74 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h     add_choice("satd",TBBitrateEstim_SATD_Hadamard, true);
true              116 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h     add_choice("all"   ,ALGO_TB_IntraPredMode_Subset_All, true);
true              135 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h       mPredMode_enabled[i] = true;
true              153 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h       mPredMode_enabled[mode] = true;
true               50 libde265-1.0.3/libde265/encoder/algo/tb-rateestim.h     add_choice("exact",ALGO_TB_RateEstimation_Exact, true);
true               91 libde265-1.0.3/libde265/encoder/algo/tb-split.h     add_choice("all"     ,ALGO_TB_BruteForce_ZeroBlockPrune_all, true);
true               54 libde265-1.0.3/libde265/encoder/encoder-params.h     add_choice("low-delay", SOP_LowDelay, true);
true               69 libde265-1.0.3/libde265/encoder/encoder-params.h     add_choice("test",   MEMode_Test, true);
true               39 libde265-1.0.3/libde265/image-io.h   virtual LIBDE265_API de265_image* get_image(bool block=true) = 0;
true               57 libde265-1.0.3/libde265/image-io.h   virtual LIBDE265_API de265_image* get_image(bool block=true);
true              512 libde265-1.0.3/libde265/image.h     ctb_info.get(x,y).has_pcm_or_cu_transquant_bypass = true;
true              525 libde265-1.0.3/libde265/image.h     ctb_info.get(x,y).has_pcm_or_cu_transquant_bypass = true;
true              101 libde265-1.0.3/libde265/nal-parser.h   void        mark_end_of_stream() { end_of_stream=true; }
true              102 libde265-1.0.3/libde265/nal-parser.h   void        mark_end_of_frame() { end_of_frame=true; }
true              186 libheif-1.3.2/libheif/bitstream.h       m_error = true;
true              121 libheif-1.3.2/libheif/box.h     void set_is_full_box(bool flag=true) { m_is_full_box=flag; }
true              219 libheif-1.3.2/libheif/box.h   Box_meta() { set_short_type(fourcc("meta")); set_is_full_box(true); }
true              231 libheif-1.3.2/libheif/box.h     Box_hdlr() { set_short_type(fourcc("hdlr")); set_is_full_box(true); }
true              255 libheif-1.3.2/libheif/box.h     Box_pitm() { set_short_type(fourcc("pitm")); set_is_full_box(true); }
true              278 libheif-1.3.2/libheif/box.h     Box_iloc() { set_short_type(fourcc("iloc")); set_is_full_box(true); }
true              349 libheif-1.3.2/libheif/box.h     Box_infe() { set_short_type(fourcc("infe")); set_is_full_box(true); }
true              396 libheif-1.3.2/libheif/box.h   Box_iinf() { set_short_type(fourcc("iinf")); set_is_full_box(true); }
true              451 libheif-1.3.2/libheif/box.h   Box_ispe() { set_short_type(fourcc("ispe")); set_is_full_box(true); }
true              477 libheif-1.3.2/libheif/box.h   Box_ipma() { set_short_type(fourcc("ipma")); set_is_full_box(true); }
true              510 libheif-1.3.2/libheif/box.h   Box_auxC() { set_short_type(fourcc("auxC")); set_is_full_box(true); }
true              594 libheif-1.3.2/libheif/box.h     Box_iref() { set_short_type(fourcc("iref")); set_is_full_box(true); }
true               79 libheif-1.3.2/libheif/heif_context.h       void set_primary(bool flag=true) { m_is_primary=flag; }
true               98 libheif-1.3.2/libheif/heif_context.h       void set_is_thumbnail_of(heif_item_id id) { m_is_thumbnail=true; m_thumbnail_ref_id=id; }
true              107 libheif-1.3.2/libheif/heif_context.h       void set_is_alpha_channel_of(heif_item_id id) { m_is_alpha_channel=true; m_alpha_channel_ref_id=id; }
true              116 libheif-1.3.2/libheif/heif_context.h       void set_is_depth_channel_of(heif_item_id id) { m_is_depth_channel=true; m_depth_channel_ref_id=id; }
true              124 libheif-1.3.2/libheif/heif_context.h         m_has_depth_representation_info = true;