bool 52 extra/stdbool.h #define _Bool bool bool 53 extra/stdbool.h #define bool bool bool 61 libde265/bitstream.h bool check_rbsp_trailing_bits(bitreader*); // return true if remaining filler bits are all zero bool 122 libde265/decctx.h void add_warning(de265_error warning, bool once); bool 145 libde265/decctx.h bool flush_reorder_buffer; bool 222 libde265/decctx.h bool get_RapPicFlag() const { return RapPicFlag; } bool 239 libde265/decctx.h bool process_slice_segment_header(decoder_context*, slice_segment_header*, bool 249 libde265/decctx.h bool param_sei_check_hash; bool 250 libde265/decctx.h bool param_conceal_stream_errors; bool 251 libde265/decctx.h bool param_suppress_faulty_pictures; bool 258 libde265/decctx.h bool param_disable_deblocking; bool 259 libde265/decctx.h bool param_disable_sao; bool 286 libde265/decctx.h bool has_image(int dpb_index) const { return dpb_index>=0 && dpb_index<dpb.size(); } bool 296 libde265/decctx.h de265_error read_sei_NAL(bitreader& reader, bool suffix); bool 353 libde265/decctx.h bool first_decoded_picture; bool 354 libde265/decctx.h bool NoRaslOutputFlag; bool 355 libde265/decctx.h bool HandleCraAsBlaFlag; bool 356 libde265/decctx.h bool FirstAfterEndOfSequenceNAL; bool 415 libde265/decctx.h bool flush_reorder_buffer_at_this_frame; bool 419 libde265/decctx.h void add_task_decode_CTB_row(thread_context* tctx, bool firstSliceSubstream); bool 420 libde265/decctx.h void add_task_decode_slice_segment(thread_context* tctx, bool firstSliceSubstream); bool 425 libde265/decctx.h int POC, bool longTerm); bool 427 libde265/decctx.h bool construct_reference_picture_lists(decoder_context* ctx, slice_segment_header* hdr); bool 42 libde265/dpb.h de265_PTS pts, void* user_data, bool isOutputImage); bool 47 libde265/dpb.h bool has_free_dpb_picture(bool high_priority) const; bool 59 libde265/dpb.h int DPB_index_of_picture_with_POC(int poc, int currentID, bool preferLongTerm=false) const; bool 60 libde265/dpb.h int DPB_index_of_picture_with_LSB(int lsb, int currentID, bool preferLongTerm=false) const; bool 76 libde265/dpb.h bool flush_reorder_buffer(); bool 87 libde265/image.h bool alloc(int w,int h, int _log2unitSize) { bool 155 libde265/image.h bool deblock; // this CTB has to be deblocked bool 156 libde265/image.h bool has_pcm; // pcm is used in this CTB bool 157 libde265/image.h bool has_cu_transquant_bypass; // transquant_bypass is used in this CTB bool 189 libde265/image.h bool allocMetadata, decoder_context* ctx, de265_PTS pts, void* user_data, bool 190 libde265/image.h bool isOutputImage); bool 192 libde265/image.h bool is_allocated() const { return pixels[0] != NULL; } bool 236 libde265/image.h bool can_be_released() const { return PicOutputFlag==false && PicState==UnusedForReference; } bool 245 libde265/image.h bool available_zscan(int xCurr,int yCurr, int xN,int yN) const; bool 247 libde265/image.h bool available_pred_blk(int xC,int yC, int nCbS, bool 286 libde265/image.h bool PicOutputFlag; bool 315 libde265/image.h bool sei_hash_check_result; bool 342 libde265/image.h bool debug_is_completed() const; bool 580 libde265/image.h void set_CtbDeblockFlag(int ctbX, int ctbY, bool flag) bool 586 libde265/image.h bool get_CtbDeblockFlag(int ctbX, int ctbY) const bool 592 libde265/image.h bool get_CTB_has_pcm(int ctbX,int ctbY) const bool 598 libde265/image.h bool get_CTB_has_cu_transquant_bypass(int ctbX,int ctbY) const bool 121 libde265/nal-parser.h bool is_end_of_stream() const { return end_of_stream; } bool 122 libde265/nal-parser.h bool is_end_of_frame() const { return end_of_frame; } bool 127 libde265/nal-parser.h bool end_of_stream; // data in pending_input_data is end of stream bool 128 libde265/nal-parser.h bool end_of_frame; // data in pending_input_data is end of frame bool 100 libde265/nal.h bool isIDR(uint8_t unit_type); bool 101 libde265/nal.h bool isBLA(uint8_t unit_type); bool 102 libde265/nal.h bool isCRA(uint8_t unit_type); bool 103 libde265/nal.h bool isRAP(uint8_t unit_type); bool 104 libde265/nal.h bool isRASL(uint8_t unit_type); bool 105 libde265/nal.h bool isIRAP(uint8_t unit_type); bool 106 libde265/nal.h bool isRADL(uint8_t unit_type); bool 107 libde265/nal.h bool isReferenceNALU(uint8_t unit_type); bool 37 libde265/pps.h bool read(bitreader*, struct decoder_context*); bool 39 libde265/pps.h bool is_tile_start_CTB(int ctbX,int ctbY) const; bool 43 libde265/pps.h bool pps_read; // whether this pps has been read from bitstream bool 34 libde265/sao.h bool add_sao_tasks(image_unit* imgunit, int saoInputProgress); bool 138 libde265/slice.h de265_error read(bitreader* br, struct decoder_context*, bool* continueDecoding); bool 266 libde265/slice.h bool alloc_and_init_significant_coeff_ctxIdx_lookupTable(); bool 273 libde265/slice.h bool firstSliceSubstream; bool 282 libde265/slice.h bool firstSliceSubstream; bool 62 libde265/sps.h bool sps_read; // whether the sps has been read from the bitstream bool 140 libde265/threads.h bool stopped;