bool               55 libde265-1.0.3/acceleration-speed/acceleration-speed.h   virtual bool prepareNextImage(std::shared_ptr<const de265_image>) = 0;
bool               57 libde265-1.0.3/acceleration-speed/acceleration-speed.h   bool runOnImage(std::shared_ptr<const de265_image> img, bool compareToReference);
bool               58 libde265-1.0.3/acceleration-speed/acceleration-speed.h   virtual bool compareToReferenceImplementation() { return false; }
bool               34 libde265-1.0.3/acceleration-speed/dct-scalar.h     bool D = false;
bool               51 libde265-1.0.3/acceleration-speed/dct-scalar.h     bool D = false;
bool               68 libde265-1.0.3/acceleration-speed/dct-scalar.h     bool D = false;
bool               84 libde265-1.0.3/acceleration-speed/dct-scalar.h     bool D = false;
bool               48 libde265-1.0.3/acceleration-speed/dct.h   bool compareToReferenceImplementation();
bool               49 libde265-1.0.3/acceleration-speed/dct.h   virtual bool prepareNextImage(std::shared_ptr<const de265_image> img);
bool               84 libde265-1.0.3/acceleration-speed/dct.h   virtual bool compareToReferenceImplementation();
bool               85 libde265-1.0.3/acceleration-speed/dct.h   virtual bool prepareNextImage(std::shared_ptr<const de265_image> img);
bool               37 libde265-1.0.3/enc265/image-io-png.h   bool LIBDE265_API set_input_file(const char* filename);
bool               40 libde265-1.0.3/enc265/image-io-png.h   virtual LIBDE265_API de265_image* get_image(bool block=true);
bool               50 libde265-1.0.3/enc265/image-io-png.h   bool mReachedEndOfStream;
bool               52 libde265-1.0.3/extra/stdbool.h #define _Bool	bool
bool               53 libde265-1.0.3/extra/stdbool.h #define bool	bool
bool               43 libde265-1.0.3/libde265/alloc_pool.h   alloc_pool(size_t objSize, int poolSize=1000, bool grow=true);
bool               53 libde265-1.0.3/libde265/alloc_pool.h   bool   mGrow;
bool               61 libde265-1.0.3/libde265/bitstream.h bool check_rbsp_trailing_bits(bitreader*); // return true if remaining filler bits are all zero
bool               93 libde265-1.0.3/libde265/cabac.h   virtual bool modifies_context() const = 0;
bool              133 libde265-1.0.3/libde265/cabac.h   virtual bool modifies_context() const { return true; }
bool              196 libde265-1.0.3/libde265/cabac.h   virtual bool modifies_context() const { return true; }
bool              208 libde265-1.0.3/libde265/cabac.h   virtual bool modifies_context() const { return false; }
bool               66 libde265-1.0.3/libde265/configparam.h   bool has_description() const { return !mDescription.empty(); }
bool               71 libde265-1.0.3/libde265/configparam.h   virtual bool is_defined() const = 0;
bool               72 libde265-1.0.3/libde265/configparam.h   bool is_undefined() const { return !is_defined(); }
bool               74 libde265-1.0.3/libde265/configparam.h   virtual bool has_default() const  = 0;
bool               93 libde265-1.0.3/libde265/configparam.h   bool hasShortOption() const { return mShortOption!=0; }
bool               95 libde265-1.0.3/libde265/configparam.h   bool hasLongOption() const { return true; } //mLongOption!=NULL; }
bool               98 libde265-1.0.3/libde265/configparam.h   virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { return false; }
bool              123 libde265-1.0.3/libde265/configparam.h   operator bool() const {
bool              128 libde265-1.0.3/libde265/configparam.h   virtual bool is_defined() const { return value_set || default_set; }
bool              129 libde265-1.0.3/libde265/configparam.h   virtual bool has_default() const { return default_set; }
bool              131 libde265-1.0.3/libde265/configparam.h   void set_default(bool v) { default_value=v; default_set=true; }
bool              135 libde265-1.0.3/libde265/configparam.h   virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx) { set(true); return true; }
bool              137 libde265-1.0.3/libde265/configparam.h   bool set(bool v) { value_set=true; value=v; return true; }
bool              140 libde265-1.0.3/libde265/configparam.h   bool value_set;
bool              141 libde265-1.0.3/libde265/configparam.h   bool value;
bool              143 libde265-1.0.3/libde265/configparam.h   bool default_set;
bool              144 libde265-1.0.3/libde265/configparam.h   bool default_value;
bool              161 libde265-1.0.3/libde265/configparam.h   virtual bool is_defined() const { return value_set || default_set; }
bool              162 libde265-1.0.3/libde265/configparam.h   virtual bool has_default() const { return default_set; }
bool              168 libde265-1.0.3/libde265/configparam.h   virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx);
bool              170 libde265-1.0.3/libde265/configparam.h   bool set(std::string v) { value_set=true; value=v; return true; }
bool              173 libde265-1.0.3/libde265/configparam.h   bool value_set;
bool              176 libde265-1.0.3/libde265/configparam.h   bool default_set;
bool              200 libde265-1.0.3/libde265/configparam.h   virtual bool is_defined() const { return value_set || default_set; }
bool              201 libde265-1.0.3/libde265/configparam.h   virtual bool has_default() const { return default_set; }
bool              207 libde265-1.0.3/libde265/configparam.h   virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx);
bool              209 libde265-1.0.3/libde265/configparam.h   bool set(int v) {
bool              215 libde265-1.0.3/libde265/configparam.h   bool value_set;
bool              218 libde265-1.0.3/libde265/configparam.h   bool default_set;
bool              221 libde265-1.0.3/libde265/configparam.h   bool have_low_limit, have_high_limit;
bool              226 libde265-1.0.3/libde265/configparam.h   bool is_valid(int v) const;
bool              237 libde265-1.0.3/libde265/configparam.h   bool set(std::string v) { return set_value(v); }
bool              238 libde265-1.0.3/libde265/configparam.h   virtual bool set_value(const std::string& val) = 0;
bool              242 libde265-1.0.3/libde265/configparam.h   virtual LIBDE265_API bool processCmdLineArguments(char** argv, int* argc, int idx);
bool              264 libde265-1.0.3/libde265/configparam.h   void add_choice(const std::string& s, T id, bool default_value=false) {
bool              296 libde265-1.0.3/libde265/configparam.h   bool set_value(const std::string& val) // returns false if it is not a valid option
bool              318 libde265-1.0.3/libde265/configparam.h   bool isValidValue() const { return validValue; }
bool              327 libde265-1.0.3/libde265/configparam.h   virtual bool is_defined() const { return value_set || default_set; }
bool              328 libde265-1.0.3/libde265/configparam.h   virtual bool has_default() const { return default_set; }
bool              351 libde265-1.0.3/libde265/configparam.h   bool default_set;
bool              355 libde265-1.0.3/libde265/configparam.h   bool value_set;
bool              359 libde265-1.0.3/libde265/configparam.h   bool validValue;
bool              374 libde265-1.0.3/libde265/configparam.h   bool LIBDE265_API parse_command_line_params(int* argc, char** argv, int* first_idx=NULL,
bool              375 libde265-1.0.3/libde265/configparam.h                                  bool ignore_unknown_options=false);
bool              385 libde265-1.0.3/libde265/configparam.h   bool set_bool(const char* param, bool value);
bool              386 libde265-1.0.3/libde265/configparam.h   bool set_int(const char* param, int value);
bool              387 libde265-1.0.3/libde265/configparam.h   bool set_string(const char* param, const char* value);
bool              388 libde265-1.0.3/libde265/configparam.h   bool set_choice(const char* param, const char* value);
bool               38 libde265-1.0.3/libde265/contextmodel.h   bool operator==(context_model b) const { return state==b.state && MPSbit==b.MPSbit; }
bool               39 libde265-1.0.3/libde265/contextmodel.h   bool operator!=(context_model b) const { return state!=b.state || MPSbit!=b.MPSbit; }
bool              112 libde265-1.0.3/libde265/contextmodel.h   bool empty() const { return refcnt != NULL; }
bool              118 libde265-1.0.3/libde265/contextmodel.h   bool operator==(const context_model_table&) const;
bool              132 libde265-1.0.3/libde265/decctx.h   void add_warning(de265_error warning, bool once);
bool              156 libde265-1.0.3/libde265/decctx.h   bool flush_reorder_buffer;
bool              241 libde265-1.0.3/libde265/decctx.h   bool all_slice_segments_processed() const {
bool              247 libde265-1.0.3/libde265/decctx.h   bool is_first_slice_segment(const slice_unit* s) const {
bool              287 libde265-1.0.3/libde265/decctx.h   virtual bool has_image(int frame_id) const = 0;
bool              301 libde265-1.0.3/libde265/decctx.h   bool has_sps(int id) const { return (bool)sps[id]; }
bool              302 libde265-1.0.3/libde265/decctx.h   bool has_pps(int id) const { return (bool)pps[id]; }
bool              316 libde265-1.0.3/libde265/decctx.h   bool    get_RapPicFlag() const { return RapPicFlag; }
bool              321 libde265-1.0.3/libde265/decctx.h   de265_error decode_some(bool* did_work);
bool              331 libde265-1.0.3/libde265/decctx.h   bool process_slice_segment_header(slice_segment_header*,
bool              341 libde265-1.0.3/libde265/decctx.h   bool param_sei_check_hash;
bool              342 libde265-1.0.3/libde265/decctx.h   bool param_conceal_stream_errors;
bool              343 libde265-1.0.3/libde265/decctx.h   bool param_suppress_faulty_pictures;
bool              350 libde265-1.0.3/libde265/decctx.h   bool param_disable_deblocking;
bool              351 libde265-1.0.3/libde265/decctx.h   bool param_disable_sao;
bool              371 libde265-1.0.3/libde265/decctx.h   bool has_image(int dpb_index) const { return dpb_index>=0 && dpb_index<dpb.size(); }
bool              381 libde265-1.0.3/libde265/decctx.h   de265_error read_sei_NAL(bitreader& reader, bool suffix);
bool              438 libde265-1.0.3/libde265/decctx.h   bool first_decoded_picture;
bool              439 libde265-1.0.3/libde265/decctx.h   bool NoRaslOutputFlag;
bool              440 libde265-1.0.3/libde265/decctx.h   bool HandleCraAsBlaFlag;
bool              441 libde265-1.0.3/libde265/decctx.h   bool FirstAfterEndOfSequenceNAL;
bool              500 libde265-1.0.3/libde265/decctx.h   bool flush_reorder_buffer_at_this_frame;
bool              504 libde265-1.0.3/libde265/decctx.h   void add_task_decode_CTB_row(thread_context* tctx, bool firstSliceSubstream, int ctbRow);
bool              505 libde265-1.0.3/libde265/decctx.h   void add_task_decode_slice_segment(thread_context* tctx, bool firstSliceSubstream,
bool              514 libde265-1.0.3/libde265/decctx.h                                              int POC, bool longTerm);
bool              516 libde265-1.0.3/libde265/decctx.h   bool construct_reference_picture_lists(slice_segment_header* hdr);
bool               43 libde265-1.0.3/libde265/dpb.h                 de265_PTS pts, void* user_data, bool isOutputImage);
bool               48 libde265-1.0.3/libde265/dpb.h   bool has_free_dpb_picture(bool high_priority) const;
bool               68 libde265-1.0.3/libde265/dpb.h   int DPB_index_of_picture_with_POC(int poc, int currentID, bool preferLongTerm=false) const;
bool               69 libde265-1.0.3/libde265/dpb.h   int DPB_index_of_picture_with_LSB(int lsb, int currentID, bool preferLongTerm=false) const;
bool               85 libde265-1.0.3/libde265/dpb.h   bool flush_reorder_buffer();
bool               49 libde265-1.0.3/libde265/encoder/algo/cb-mergeindex.h   void set_code_residual(bool flag=true) { mCodeResidual=flag; }
bool               59 libde265-1.0.3/libde265/encoder/algo/cb-mergeindex.h   bool mCodeResidual;
bool               43 libde265-1.0.3/libde265/encoder/algo/coding-options.h   CodingOption<node> new_option(bool active=true);
bool               75 libde265-1.0.3/libde265/encoder/algo/coding-options.h     bool  mOptionActive;
bool               76 libde265-1.0.3/libde265/encoder/algo/coding-options.h     bool  computed;
bool               83 libde265-1.0.3/libde265/encoder/algo/coding-options.h   bool mCBMode;
bool              124 libde265-1.0.3/libde265/encoder/algo/coding-options.h   operator bool() const { return mParent; }
bool              112 libde265-1.0.3/libde265/encoder/algo/pb-mv.h   bool mCodeResidual;
bool              174 libde265-1.0.3/libde265/encoder/algo/pb-mv.h   bool mCodeResidual;
bool              194 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h   bool isPredModeEnabled(enum IntraPredMode mode) {
bool              200 libde265-1.0.3/libde265/encoder/algo/tb-intrapredmode.h   bool mPredMode_enabled[35];
bool               48 libde265-1.0.3/libde265/encoder/encoder-context.h   virtual bool has_image(int frame_id) const {
bool               52 libde265-1.0.3/libde265/encoder/encoder-context.h   bool encoder_started;
bool               60 libde265-1.0.3/libde265/encoder/encoder-context.h   bool image_spec_is_defined;  // whether we know the input image size
bool              104 libde265-1.0.3/libde265/encoder/encoder-context.h   bool parameters_have_been_set;
bool              105 libde265-1.0.3/libde265/encoder/encoder-context.h   bool headers_have_been_sent;
bool              129 libde265-1.0.3/libde265/encoder/encoder-context.h   bool use_adaptive_context;
bool               39 libde265-1.0.3/libde265/encoder/encoder-syntax.h                            int MaxTrafoDepth, int IntraSplitFlag, bool recurse);
bool               43 libde265-1.0.3/libde265/encoder/encoder-syntax.h                         const enc_cb* cb, int x0,int y0, int log2CbSize, bool recurse);
bool               78 libde265-1.0.3/libde265/encoder/encoder-syntax.h                          bool skip);
bool               81 libde265-1.0.3/libde265/encoder/encoder-syntax.h                      bool zeroTrafoDepth, int cbf_luma);
bool               96 libde265-1.0.3/libde265/encoder/encoder-syntax.h                      bool recurse);
bool              178 libde265-1.0.3/libde265/encoder/encoder-types.h       bool    skip_transform[3][2];
bool              192 libde265-1.0.3/libde265/encoder/encoder-types.h   bool isZeroBlock() const { return cbf[0]==false && cbf[1]==false && cbf[2]==false; }
bool               57 libde265-1.0.3/libde265/encoder/encpicbuf.h   bool is_intra;  // TODO: remove, use shdr.slice_type instead
bool               73 libde265-1.0.3/libde265/encoder/encpicbuf.h   bool is_in_output_queue;
bool               75 libde265-1.0.3/libde265/encoder/encpicbuf.h   bool mark_used;
bool              122 libde265-1.0.3/libde265/encoder/encpicbuf.h   bool have_more_frames_to_encode() const;
bool              125 libde265-1.0.3/libde265/encoder/encpicbuf.h   bool has_picture(int frame_number) const;
bool              136 libde265-1.0.3/libde265/encoder/encpicbuf.h   bool mEndOfStream;
bool              139 libde265-1.0.3/libde265/encoder/sop.h   bool isIntra(int frame) const { return (frame % mParams.intraPeriod)==0; }
bool               39 libde265-1.0.3/libde265/image-io.h   virtual LIBDE265_API de265_image* get_image(bool block=true) = 0;
bool               54 libde265-1.0.3/libde265/image-io.h   bool LIBDE265_API set_input_file(const char* filename, int w,int h);
bool               57 libde265-1.0.3/libde265/image-io.h   virtual LIBDE265_API de265_image* get_image(bool block=true);
bool               65 libde265-1.0.3/libde265/image-io.h   bool mReachedEndOfFile;
bool               88 libde265-1.0.3/libde265/image-io.h   bool LIBDE265_API set_filename(const char* filename);
bool               91 libde265-1.0.3/libde265/image.h   LIBDE265_CHECK_RESULT bool alloc(int w,int h, int _log2unitSize) {
bool              185 libde265-1.0.3/libde265/image.h   bool     deblock;         // this CTB has to be deblocked
bool              189 libde265-1.0.3/libde265/image.h   bool     has_pcm_or_cu_transquant_bypass; // pcm or transquant_bypass is used in this CTB
bool              228 libde265-1.0.3/libde265/image.h                           bool allocMetadata,
bool              232 libde265-1.0.3/libde265/image.h                           bool useCustomAllocFunctions);
bool              236 libde265-1.0.3/libde265/image.h   bool is_allocated() const { return pixels[0] != NULL; }
bool              319 libde265-1.0.3/libde265/image.h   bool high_bit_depth(int cIdx) const {
bool              323 libde265-1.0.3/libde265/image.h   bool can_be_released() const { return PicOutputFlag==false && PicState==UnusedForReference; }
bool              332 libde265-1.0.3/libde265/image.h   bool available_zscan(int xCurr,int yCurr, int xN,int yN) const;
bool              334 libde265-1.0.3/libde265/image.h   bool available_pred_blk(int xC,int yC, int nCbS,
bool              381 libde265-1.0.3/libde265/image.h   bool PicOutputFlag;
bool              389 libde265-1.0.3/libde265/image.h   bool has_vps() const { return (bool)vps; }
bool              390 libde265-1.0.3/libde265/image.h   bool has_sps() const { return (bool)sps; }
bool              391 libde265-1.0.3/libde265/image.h   bool has_pps() const { return (bool)pps; }
bool              434 libde265-1.0.3/libde265/image.h   bool sei_hash_check_result;
bool              462 libde265-1.0.3/libde265/image.h   bool debug_is_completed() const;
bool              533 libde265-1.0.3/libde265/image.h   void set_log2CbSize(int x0, int y0, int log2CbSize, bool fill)
bool              666 libde265-1.0.3/libde265/image.h   bool is_IntraPredModeC_Mode4(int x,int y) const
bool              672 libde265-1.0.3/libde265/image.h                           bool is_mode4)
bool              746 libde265-1.0.3/libde265/image.h   bool is_SliceHeader_available(int x,int y) const
bool              788 libde265-1.0.3/libde265/image.h   void set_CtbDeblockFlag(int ctbX, int ctbY, bool flag)
bool              794 libde265-1.0.3/libde265/image.h   bool get_CtbDeblockFlag(int ctbX, int ctbY) const
bool              800 libde265-1.0.3/libde265/image.h   bool get_CTB_has_pcm_or_cu_transquant_bypass(int ctbX,int ctbY) const
bool               36 libde265-1.0.3/libde265/intrapred.h                                  bool availableA, // left
bool               37 libde265-1.0.3/libde265/intrapred.h                                  bool availableB, // top
bool               42 libde265-1.0.3/libde265/intrapred.h                                  bool availableA, // left
bool               43 libde265-1.0.3/libde265/intrapred.h                                  bool availableB, // top
bool               53 libde265-1.0.3/libde265/intrapred.h                                  bool availableA, // left
bool               54 libde265-1.0.3/libde265/intrapred.h                                  bool availableB, // top
bool               43 libde265-1.0.3/libde265/motion.h   bool operator==(const PBMotion&) const;
bool               51 libde265-1.0.3/libde265/nal-parser.h   LIBDE265_CHECK_RESULT bool resize(int new_size);
bool               52 libde265-1.0.3/libde265/nal-parser.h   LIBDE265_CHECK_RESULT bool append(const unsigned char* data, int n);
bool               53 libde265-1.0.3/libde265/nal-parser.h   LIBDE265_CHECK_RESULT bool set_data(const unsigned char* data, int n);
bool              125 libde265-1.0.3/libde265/nal-parser.h   bool is_end_of_stream() const { return end_of_stream; }
bool              126 libde265-1.0.3/libde265/nal-parser.h   bool is_end_of_frame() const { return end_of_frame; }
bool              131 libde265-1.0.3/libde265/nal-parser.h   bool end_of_stream; // data in pending_input_data is end of stream
bool              132 libde265-1.0.3/libde265/nal-parser.h   bool end_of_frame;  // data in pending_input_data is end of frame
bool              108 libde265-1.0.3/libde265/nal.h bool isIDR(uint8_t unit_type);
bool              109 libde265-1.0.3/libde265/nal.h bool isBLA(uint8_t unit_type);
bool              110 libde265-1.0.3/libde265/nal.h bool isCRA(uint8_t unit_type);
bool              111 libde265-1.0.3/libde265/nal.h bool isRAP(uint8_t unit_type);
bool              112 libde265-1.0.3/libde265/nal.h bool isRASL(uint8_t unit_type);
bool              113 libde265-1.0.3/libde265/nal.h bool isIRAP(uint8_t unit_type);
bool              114 libde265-1.0.3/libde265/nal.h bool isRADL(uint8_t unit_type);
bool              115 libde265-1.0.3/libde265/nal.h bool isReferenceNALU(uint8_t unit_type);
bool              116 libde265-1.0.3/libde265/nal.h bool isSublayerNonReference(uint8_t unit_type);
bool              120 libde265-1.0.3/libde265/nal.h inline bool isIdrPic(uint8_t nal_unit_type) {
bool              125 libde265-1.0.3/libde265/nal.h inline bool isRapPic(uint8_t nal_unit_type) {
bool               43 libde265-1.0.3/libde265/pps.h   bool read(bitreader*, decoder_context*, const pic_parameter_set*);
bool               47 libde265-1.0.3/libde265/pps.h   bool    cross_component_prediction_enabled_flag;
bool               48 libde265-1.0.3/libde265/pps.h   bool    chroma_qp_offset_list_enabled_flag;
bool               64 libde265-1.0.3/libde265/pps.h   bool read(bitreader*, decoder_context*);
bool               65 libde265-1.0.3/libde265/pps.h   bool write(error_queue*, CABAC_encoder&,
bool               68 libde265-1.0.3/libde265/pps.h   bool is_tile_start_CTB(int ctbX,int ctbY) const;
bool               74 libde265-1.0.3/libde265/pps.h   bool pps_read; // whether this pps has been read from bitstream
bool               34 libde265-1.0.3/libde265/sao.h bool add_sao_tasks(image_unit* imgunit, int saoInputProgress);
bool               85 libde265-1.0.3/libde265/sei.h de265_error read_sei(bitreader* reader, sei_message*, bool suffix, const seq_parameter_set* sps);
bool              135 libde265-1.0.3/libde265/slice.h   de265_error read(bitreader* br, decoder_context*, bool* continueDecoding);
bool              259 libde265-1.0.3/libde265/slice.h   bool ctx_model_storage_defined; // whether there is valid data in ctx_model_storage
bool              282 libde265-1.0.3/libde265/slice.h bool alloc_and_init_significant_coeff_ctxIdx_lookupTable();
bool              289 libde265-1.0.3/libde265/slice.h   bool   firstSliceSubstream;
bool              300 libde265-1.0.3/libde265/slice.h   bool   firstSliceSubstream;
bool              101 libde265-1.0.3/libde265/sps.h   bool sps_read; // whether the sps has been read from the bitstream
bool              190 libde265-1.0.3/libde265/sps.h   de265_error compute_derived_values(bool sanitize_values = false);
bool              252 libde265-1.0.3/libde265/sps.h de265_error read_scaling_list(bitreader*, const seq_parameter_set*, scaling_list_data*, bool inPPS);
bool              254 libde265-1.0.3/libde265/sps.h                                scaling_list_data* sclist, bool inPPS);
bool              123 libde265-1.0.3/libde265/threads.h   bool stopped;
bool               45 libde265-1.0.3/libde265/transform.h                         bool transform_skip_flag, bool intra, int rdpcmMode);
bool               59 libde265-1.0.3/libde265/transform.h                         bool intra);
bool              207 libde265-1.0.3/libde265/util.h bool logdebug_enabled(enum LogModule module);
bool              210 libde265-1.0.3/libde265/util.h inline bool logdebug_enabled(enum LogModule module) { return false; }
bool               55 libde265-1.0.3/libde265/vps.h   void dump(bool general, FILE* fh) const;
bool               56 libde265-1.0.3/libde265/vui.h   bool     aspect_ratio_info_present_flag;
bool               63 libde265-1.0.3/libde265/vui.h   bool     overscan_info_present_flag;
bool               64 libde265-1.0.3/libde265/vui.h   bool     overscan_appropriate_flag;
bool               69 libde265-1.0.3/libde265/vui.h   bool     video_signal_type_present_flag;
bool               71 libde265-1.0.3/libde265/vui.h   bool     video_full_range_flag;
bool               72 libde265-1.0.3/libde265/vui.h   bool     colour_description_present_flag;
bool               79 libde265-1.0.3/libde265/vui.h   bool     chroma_loc_info_present_flag;
bool               83 libde265-1.0.3/libde265/vui.h   bool     neutral_chroma_indication_flag;
bool               84 libde265-1.0.3/libde265/vui.h   bool     field_seq_flag;
bool               85 libde265-1.0.3/libde265/vui.h   bool     frame_field_info_present_flag;
bool               89 libde265-1.0.3/libde265/vui.h   bool     default_display_window_flag;
bool               98 libde265-1.0.3/libde265/vui.h   bool     vui_timing_info_present_flag;
bool              102 libde265-1.0.3/libde265/vui.h   bool     vui_poc_proportional_to_timing_flag;
bool              108 libde265-1.0.3/libde265/vui.h   bool     vui_hrd_parameters_present_flag;
bool              114 libde265-1.0.3/libde265/vui.h   bool bitstream_restriction_flag;
bool              115 libde265-1.0.3/libde265/vui.h   bool tiles_fixed_structure_flag;
bool              116 libde265-1.0.3/libde265/vui.h   bool motion_vectors_over_pic_boundaries_flag;
bool              117 libde265-1.0.3/libde265/vui.h   bool restricted_ref_pic_lists_flag;
bool               32 libheif-1.3.2/examples/encoder.h   virtual heif_colorspace colorspace(bool has_alpha) const = 0;
bool               33 libheif-1.3.2/examples/encoder.h   virtual heif_chroma chroma(bool has_alpha) const = 0;
bool               40 libheif-1.3.2/examples/encoder.h   virtual bool Encode(const struct heif_image_handle* handle,
bool               44 libheif-1.3.2/examples/encoder.h   static bool HasExifMetaData(const struct heif_image_handle* handle);
bool               37 libheif-1.3.2/examples/encoder_jpeg.h   heif_colorspace colorspace(bool has_alpha) const override {
bool               41 libheif-1.3.2/examples/encoder_jpeg.h   heif_chroma chroma(bool has_alpha) const override {
bool               48 libheif-1.3.2/examples/encoder_jpeg.h   bool Encode(const struct heif_image_handle* handle,
bool               31 libheif-1.3.2/examples/encoder_png.h   heif_colorspace colorspace(bool has_alpha) const override {
bool               35 libheif-1.3.2/examples/encoder_png.h   heif_chroma chroma(bool has_alpha) const override {
bool               42 libheif-1.3.2/examples/encoder_png.h   bool Encode(const struct heif_image_handle* handle,
bool               63 libheif-1.3.2/libheif/bitstream.h     virtual bool    read(void* data, size_t size) = 0;
bool               65 libheif-1.3.2/libheif/bitstream.h     virtual bool    seek(int64_t position) = 0;
bool               67 libheif-1.3.2/libheif/bitstream.h     bool seek_cur(int64_t position_offset) {
bool               82 libheif-1.3.2/libheif/bitstream.h     bool    read(void* data, size_t size) override;
bool               84 libheif-1.3.2/libheif/bitstream.h     bool    seek(int64_t position) override;
bool               95 libheif-1.3.2/libheif/bitstream.h     StreamReader_memory(const uint8_t* data, int64_t size, bool copy);
bool              102 libheif-1.3.2/libheif/bitstream.h     bool    read(void* data, size_t size) override;
bool              104 libheif-1.3.2/libheif/bitstream.h     bool    seek(int64_t position) override;
bool              125 libheif-1.3.2/libheif/bitstream.h     bool    read(void* data, size_t size) override { return !m_func_table->read(data,size,m_userdata); }
bool              126 libheif-1.3.2/libheif/bitstream.h     bool    seek(int64_t position) override { return !m_func_table->seek(position,m_userdata); }
bool              153 libheif-1.3.2/libheif/bitstream.h     bool prepare_read(int64_t nBytes);
bool              189 libheif-1.3.2/libheif/bitstream.h     bool eof() const {
bool              193 libheif-1.3.2/libheif/bitstream.h     bool error() const {
bool              217 libheif-1.3.2/libheif/bitstream.h     bool m_error = false;
bool              236 libheif-1.3.2/libheif/bitstream.h     bool get_uvlc(int* value);
bool              237 libheif-1.3.2/libheif/bitstream.h     bool get_svlc(int* value);
bool              121 libheif-1.3.2/libheif/box.h     void set_is_full_box(bool flag=true) { m_is_full_box=flag; }
bool              123 libheif-1.3.2/libheif/box.h     bool is_full_box_header() const { return m_is_full_box; }
bool              139 libheif-1.3.2/libheif/box.h     bool m_is_full_box = false;
bool              196 libheif-1.3.2/libheif/box.h     bool has_compatible_brand(uint32_t brand) const;
bool              354 libheif-1.3.2/libheif/box.h     bool is_hidden_item() const { return m_hidden_item; }
bool              356 libheif-1.3.2/libheif/box.h     void set_hidden_item(bool hidden);
bool              390 libheif-1.3.2/libheif/box.h       bool m_hidden_item = false;
bool              430 libheif-1.3.2/libheif/box.h       bool essential;
bool              483 libheif-1.3.2/libheif/box.h       bool essential;
bool              599 libheif-1.3.2/libheif/box.h     bool has_references(heif_item_id itemID) const;
bool              631 libheif-1.3.2/libheif/box.h       bool     general_tier_flag;
bool              655 libheif-1.3.2/libheif/box.h     bool get_headers(std::vector<uint8_t>* dest) const;
bool               94 libheif-1.3.2/libheif/error.h     bool operator==(const Error& other) const { return error_code == other.error_code; }
bool               95 libheif-1.3.2/libheif/error.h     bool operator!=(const Error& other) const { return !(*this == other); }
bool               97 libheif-1.3.2/libheif/error.h     operator bool() const { return error_code != heif_error_Ok; }
bool               70 libheif-1.3.2/libheif/heif_context.h     Error read_from_memory(const void* data, size_t size, bool copy);
bool               79 libheif-1.3.2/libheif/heif_context.h       void set_primary(bool flag=true) { m_is_primary=flag; }
bool               88 libheif-1.3.2/libheif/heif_context.h       bool is_primary() const { return m_is_primary; }
bool              101 libheif-1.3.2/libheif/heif_context.h       bool is_thumbnail() const { return m_is_thumbnail; }
bool              110 libheif-1.3.2/libheif/heif_context.h       bool is_alpha_channel() const { return m_is_alpha_channel; }
bool              119 libheif-1.3.2/libheif/heif_context.h       bool is_depth_channel() const { return m_is_depth_channel; }
bool              128 libheif-1.3.2/libheif/heif_context.h       bool has_depth_representation_info() const {
bool              160 libheif-1.3.2/libheif/heif_context.h       bool     m_is_primary = false;
bool              162 libheif-1.3.2/libheif/heif_context.h       bool     m_is_thumbnail = false;
bool              167 libheif-1.3.2/libheif/heif_context.h       bool m_is_alpha_channel = false;
bool              171 libheif-1.3.2/libheif/heif_context.h       bool m_is_depth_channel = false;
bool              175 libheif-1.3.2/libheif/heif_context.h       bool m_has_depth_representation_info = false;
bool              211 libheif-1.3.2/libheif/heif_context.h     bool  is_primary_image_set() const { return !!m_primary_image; }
bool               56 libheif-1.3.2/libheif/heif_cxx.h     operator bool() const { return m_code != heif_error_Ok; }
bool              105 libheif-1.3.2/libheif/heif_cxx.h     bool is_top_level_image_ID(heif_item_id id) const noexcept;
bool              183 libheif-1.3.2/libheif/heif_cxx.h     bool empty() const noexcept { return !m_image_handle; }
bool              185 libheif-1.3.2/libheif/heif_cxx.h     bool is_primary_image() const noexcept;
bool              191 libheif-1.3.2/libheif/heif_cxx.h     bool has_alpha_channel() const noexcept;
bool              260 libheif-1.3.2/libheif/heif_cxx.h     bool has_channel(enum heif_channel channel) const noexcept;
bool              293 libheif-1.3.2/libheif/heif_cxx.h     bool supportes_lossy_compression() const noexcept;
bool              295 libheif-1.3.2/libheif/heif_cxx.h     bool supportes_lossless_compression() const noexcept;
bool              317 libheif-1.3.2/libheif/heif_cxx.h     bool is_integer() const noexcept;
bool              319 libheif-1.3.2/libheif/heif_cxx.h     bool get_valid_integer_range(int& out_minimum, int& out_maximum);
bool              321 libheif-1.3.2/libheif/heif_cxx.h     bool is_boolean() const noexcept;
bool              323 libheif-1.3.2/libheif/heif_cxx.h     bool is_string() const noexcept;
bool              345 libheif-1.3.2/libheif/heif_cxx.h     void set_lossless(bool enable_lossless);
bool              352 libheif-1.3.2/libheif/heif_cxx.h     void set_boolean_parameter(std::string parameter_name, bool value);
bool              353 libheif-1.3.2/libheif/heif_cxx.h     bool get_boolean_parameter(std::string parameter_name) const;
bool              446 libheif-1.3.2/libheif/heif_cxx.h   inline bool Context::is_top_level_image_ID(heif_item_id id) const noexcept {
bool              536 libheif-1.3.2/libheif/heif_cxx.h   inline bool ImageHandle::is_primary_image() const noexcept {
bool              548 libheif-1.3.2/libheif/heif_cxx.h   inline bool ImageHandle::has_alpha_channel() const noexcept {
bool              682 libheif-1.3.2/libheif/heif_cxx.h   inline bool Image::has_channel(enum heif_channel channel) const noexcept {
bool              752 libheif-1.3.2/libheif/heif_cxx.h   inline bool EncoderDescriptor::supportes_lossy_compression() const noexcept {
bool              756 libheif-1.3.2/libheif/heif_cxx.h   inline bool EncoderDescriptor::supportes_lossless_compression() const noexcept {
bool              802 libheif-1.3.2/libheif/heif_cxx.h   inline bool EncoderParameter::is_integer() const noexcept {
bool              806 libheif-1.3.2/libheif/heif_cxx.h   inline bool EncoderParameter::get_valid_integer_range(int& out_minimum, int& out_maximum) {
bool              818 libheif-1.3.2/libheif/heif_cxx.h   inline bool EncoderParameter::is_boolean() const noexcept {
bool              822 libheif-1.3.2/libheif/heif_cxx.h   inline bool EncoderParameter::is_string() const noexcept {
bool              862 libheif-1.3.2/libheif/heif_cxx.h   inline void Encoder::set_lossless(bool enable_lossless) {
bool              885 libheif-1.3.2/libheif/heif_cxx.h   inline void Encoder::set_boolean_parameter(std::string parameter_name, bool value) {
bool              892 libheif-1.3.2/libheif/heif_cxx.h   inline bool Encoder::get_boolean_parameter(std::string parameter_name) const {
bool               54 libheif-1.3.2/libheif/heif_file.h     Error read_from_memory(const void* data, size_t size, bool copy);
bool               66 libheif-1.3.2/libheif/heif_file.h     bool image_exists(heif_item_id ID) const;
bool               47 libheif-1.3.2/libheif/heif_image.h   bool has_channel(heif_channel channel) const;
bool               50 libheif-1.3.2/libheif/heif_image.h   bool has_alpha() const;
bool               86 libheif-1.3.2/libheif/heif_image.h   Error mirror_inplace(bool horizontal);