Home
last modified time | relevance | path

Searched refs:left_context_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/microfrontend/ops/
Daudio_microfrontend_op.cc193 OP_REQUIRES_OK(ctx, ctx->GetAttr("left_context", &left_context_)); in AudioMicrofrontendOp()
221 config_.filterbank.num_channels * (1 + left_context_ + right_context_)}; in Compute()
261 for (frame = anchor - left_context_; frame <= anchor + right_context_; in Compute()
283 int left_context_; member in tensorflow::AudioMicrofrontendOp
/external/libgav1/src/tile/bitstream/
Dmode_info.cc290 ? static_cast<int>(left_context_.skip_mode[block.left_context_index]) in ReadSkipMode()
623 memset(left_context_.use_predicted_segment_id + block.left_context_index, in SetCdfContextUsePredictedSegmentId()
652 left_context_ in ReadInterSegmentId()
709 memset(left_context_.palette_size[plane_type] + block.left_context_index, in SetCdfContextPaletteSize()
717 memcpy(left_context_.palette_color[i][plane_type], in SetCdfContextPaletteSize()
738 memset(left_context_.uv_mode + block.left_context_index, in SetCdfContextUVMode()
769 left_context_.uv_mode[CdfContextIndex(smooth_row)]); in ReadIntraBlockModeInfo()
1185 left_context_.is_explicit_compound_type[block.left_context_index]); in GetIsExplicitCompoundTypeCdf()
1213 left_context_.is_compound_type_average[block.left_context_index]); in GetIsCompoundTypeAverageCdf()
1362 memset(left_context_.is_explicit_compound_type + block.left_context_index, in SetCdfContextCompoundType()
[all …]
Dpalette.cc42 ? left_context_.palette_size[plane_type][block.left_context_index] in GetPaletteCache()
53 ? left_context_.palette_color[block.left_context_index][plane_type] in GetPaletteCache()
155 left_context_.palette_size[kPlaneTypeY][block.left_context_index] > in ReadPaletteModeInfo()
/external/libgav1/src/
Dtile.h778 BlockCdfContext left_context_; variable