Home
last modified time | relevance | path

Searched refs:profile_ (Results 1 – 17 of 17) sorted by relevance

/external/libwebm/common/
Dvp9_header_parser.cc21 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()
Dvp9_header_parser.h35 profile_(-1), in Vp9HeaderParser()
59 int profile() const { return profile_; } in profile()
103 int profile_; variable
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dhlo_execution_profiler.cc57 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()
Dhlo_execution_profiler.h80 HloExecutionProfile* profile_; variable
/external/tensorflow/tensorflow/compiler/xla/python/
Dpy_client.cc178 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/
Dexecution_tracker.h50 const ExecutionProfile& profile() const { return profile_; } in profile()
60 ExecutionProfile profile_; variable
Dexecution_tracker.cc33 profile_(profile), in AsyncExecution()
Dhlo_graph_dumper.cc322 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/
Dvp9_impl.h105 const VP9Profile profile_; variable
Dvp9_impl.cc225 profile_( in VP9EncoderImpl()
521 switch (profile_) { in InitEncode()
990 switch (profile_) { in Encode()
/external/webp/src/dec/
Dvp8i_dec.h72 uint8_t profile_; member
Dvp8_dec.c287 frm_hdr->profile_ = (bits >> 1) & 7; in VP8GetHeaders()
290 if (frm_hdr->profile_ > 3) { in VP8GetHeaders()
/external/webp/src/enc/
Dvp8i_enc.h355 int profile_; // VP8's profile, deduced from Config. member
Dsyntax_enc.c175 err = PutVP8FrameHeader(pic, enc->profile_, size0); in PutWebPHeaders()
Dwebp_enc.c232 enc->profile_ = use_filter ? ((config->filter_type == 1) ? 0 : 1) : 2; in InitVP8Encoder()
/external/libchrome/base/profiler/
Dstack_sampling_profiler_unittest.cc1462 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/
DImage.cpp3956 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()