Home
last modified time | relevance | path

Searched refs:that_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
H A Dget-object-properties.cc431 : that_(that), in IndexModifier()
434 that_->index_ += index_adjust_; in IndexModifier()
435 that_->limit_ += limit_adjust_; in IndexModifier()
440 that_->index_ -= index_adjust_; in ~IndexModifier()
441 that_->limit_ -= limit_adjust_; in ~IndexModifier()
445 ReadStringVisitor* that_; member in v8::internal::debug_helper_internal::ReadStringVisitor::IndexModifier
/third_party/lame/libmp3lame/
H A Dvbrquantize.c1261 algo_t that_[2][2]; in VBR_encode_frame() local
1283 that_[gr][ch].find = (cfg->full_outer_loop < 0) ? guess_scalefac_x34 : find_scalefac_x34; in VBR_encode_frame()
1284 that_[gr][ch].gfc = gfc; in VBR_encode_frame()
1285 that_[gr][ch].cod_info = &gfc->l3_side.tt[gr][ch]; in VBR_encode_frame()
1286 that_[gr][ch].xr34orig = xr34orig[gr][ch]; in VBR_encode_frame()
1287 if (that_[gr][ch].cod_info->block_type == SHORT_TYPE) { in VBR_encode_frame()
1288 that_[gr][ch].alloc = short_block_constrain; in VBR_encode_frame()
1291 that_[gr][ch].alloc = long_block_constrain; in VBR_encode_frame()
1300 algo_t *that = &that_[gr][ch]; in VBR_encode_frame()
1323 algo_t const *that = &that_[g in VBR_encode_frame()
[all...]

Completed in 4 milliseconds