/external/libwebm/common/ |
D | vp9_header_parser.cc | 21 profile_ = -1; in SetFrame() 46 profile_ = ReadBit(); in ParseUncompressedHeader() 47 profile_ |= ReadBit() << 1; in ParseUncompressedHeader() 48 if (profile_ > 2) in ParseUncompressedHeader() 49 profile_ += ReadBit(); in ParseUncompressedHeader() 78 if (profile_ > 0) { in ParseUncompressedHeader() 146 if (profile_ >= 2) in ParseColorSpace() 153 if (profile_ == 1 || profile_ == 3) { in ParseColorSpace() 162 if (profile_ == 1 || profile_ == 3) { in ParseColorSpace()
|
D | vp9_header_parser.h | 35 profile_(-1), in Vp9HeaderParser() 59 int profile() const { return profile_; } in profile() 103 int profile_; variable
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | hlo_execution_profiler.cc | 57 profile_(profile), in HloExecutionProfiler() 71 profile_->SetCyclesTakenBy( in FinishExecution() 86 profile_->set_total_cycles_executed( in FinishHloComputation() 95 profile_->SetCyclesTakenBy( in FinishHloComputation() 110 profile_->SetCyclesTakenBy(index, GetCyclesTaken(&timers_, sub_streams_, in FinishHloInstruction()
|
D | hlo_execution_profiler.h | 80 HloExecutionProfile* profile_; variable
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | py_client.cc | 178 pprof::Profile& profile() { return profile_; } in profile() 190 pprof::Profile profile_; member in xla::ProfileBuilder 200 auto ret = strings_.emplace(s, profile_.string_table_size()); in StringId() 202 profile_.add_string_table(s); in StringId() 209 auto ret = functions_.emplace(code, profile_.function_size() + 1); in FunctionId() 211 auto* function = profile_.add_function(); in FunctionId() 225 profile_.location_size() + 1); in LocationId() 227 auto* location = profile_.add_location(); in LocationId()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | execution_tracker.h | 50 const ExecutionProfile& profile() const { return profile_; } in profile() 60 ExecutionProfile profile_; variable
|
D | execution_tracker.cc | 33 profile_(profile), in AsyncExecution()
|
D | hlo_graph_dumper.cc | 322 profile_(profile), in HloDotDumper() 389 const HloExecutionProfile* profile_; // may be null member in xla::__anonf346b5ae0111::HloDotDumper 471 if (profile_ != nullptr) { in Header() 472 auto cycles = profile_->total_cycles_executed(*computation_); in Header() 1199 if (profile_ != nullptr) { in GetInstructionNodeExtraInfo() 1200 double hlo_cycles_executed = profile_->GetCyclesTakenBy(*instr); in GetInstructionNodeExtraInfo() 1202 profile_->total_cycles_executed(*instr->parent()); in GetInstructionNodeExtraInfo()
|
/external/webrtc/modules/video_coding/codecs/vp9/ |
D | vp9_impl.h | 105 const VP9Profile profile_; variable
|
D | vp9_impl.cc | 225 profile_( in VP9EncoderImpl() 521 switch (profile_) { in InitEncode() 990 switch (profile_) { in Encode()
|
/external/webp/src/dec/ |
D | vp8i_dec.h | 72 uint8_t profile_; member
|
D | vp8_dec.c | 287 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders() 290 if (frm_hdr->profile_ > 3) { in VP8GetHeaders()
|
/external/webp/src/enc/ |
D | vp8i_enc.h | 355 int profile_; // VP8's profile, deduced from Config. member
|
D | syntax_enc.c | 175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
|
D | webp_enc.c | 232 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
|
/external/libchrome/base/profiler/ |
D | stack_sampling_profiler_unittest.cc | 1462 profile_ = std::move(result_profile); in ProfilerThread() 1475 Profile& profile() { return profile_; } in profile() 1480 Profile profile_; member in base::ProfilerThread
|
/external/ImageMagick/Magick++/lib/ |
D | Image.cpp | 3956 const Magick::Blob &profile_) in profile() argument 3960 (void) ProfileImage(image(),name_.c_str(),(unsigned char *)profile_.data(), in profile() 3961 profile_.length(),exceptionInfo); in profile()
|