Home
last modified time | relevance | path

Searched refs:blocktype_old (Results 1 – 3 of 3) sorted by relevance

/third_party/lame/libmp3lame/
Dpsymodel.c1096 if (psv->blocktype_old[chn & 0x01] == SHORT_TYPE) { in vbrpsy_compute_masking_s()
1208 if (psv->blocktype_old[chn & 0x01] == SHORT_TYPE) { in vbrpsy_compute_masking_l()
1235 if (psv->blocktype_old[chn & 0x01] == NORM_TYPE) { in vbrpsy_compute_masking_l()
1312 assert(psv->blocktype_old[chn] != START_TYPE); in vbrpsy_apply_block_type()
1313 if (psv->blocktype_old[chn] == SHORT_TYPE) in vbrpsy_apply_block_type()
1319 if (psv->blocktype_old[chn] == NORM_TYPE) { in vbrpsy_apply_block_type()
1320 psv->blocktype_old[chn] = START_TYPE; in vbrpsy_apply_block_type()
1322 if (psv->blocktype_old[chn] == STOP_TYPE) in vbrpsy_apply_block_type()
1323 psv->blocktype_old[chn] = SHORT_TYPE; in vbrpsy_apply_block_type()
1326 blocktype_d[chn] = psv->blocktype_old[chn]; /* value returned to calling program */ in vbrpsy_apply_block_type()
[all …]
Dutil.h239 int blocktype_old[2]; member
/third_party/lame/
DChangeLog8780 In psymodel_init set blocktype_old to NORM_TYPE because the VBR