Home
last modified time | relevance | path

Searched refs:blocktype (Results 1 - 6 of 6) sorted by relevance

/third_party/lame/frontend/
H A Dgtkanal.c266 int blocktype[2][2]; in plot_frame() local
368 blocktype[gr][ch] = pplot1->mpg123blocktype[gr][ch]; in plot_frame()
370 blocktype[gr][ch] = pplot->blocktype[gr][ch]; in plot_frame()
415 if (blocktype[gr][ch] == 2) in plot_frame()
479 if (blocktype[gr][ch] == 2) in plot_frame()
535 switch (blocktype[gr][ch]) { in plot_frame()
587 if (blocktype[gr][ch] == SHORT_TYPE) { in plot_frame()
621 if (blocktype[gr][ch] == SHORT_TYPE && !subblock_draw[i % 3]) in plot_frame()
677 if (blocktype[g in plot_frame()
[all...]
/third_party/lame/libmp3lame/
H A Dencoder.c367 int blocktype[2]; in lame_encode_mp3_frame() local
376 pe[gr], pe_MS[gr], tot_ener[gr], blocktype); in lame_encode_mp3_frame()
389 cod_info->block_type = blocktype[ch]; in lame_encode_mp3_frame()
470 gfc->pinfo->blocktype[gr][ch] = gfc->l3_side.tt[gr][ch].block_type; in lame_encode_mp3_frame()
H A Dlame-analysis.h75 int blocktype[2][2]; member
H A Dpsymodel.c175 If we do not need to know the blocktype, the copying
184 For data which needs to know the blocktype, the copying must be
1304 /* update the blocktype of the previous granule, since it depends on what in vbrpsy_apply_block_type()
1307 int blocktype = NORM_TYPE; in vbrpsy_apply_block_type() local
1314 blocktype = STOP_TYPE; in vbrpsy_apply_block_type()
1318 blocktype = SHORT_TYPE; in vbrpsy_apply_block_type()
1327 psv->blocktype_old[chn] = blocktype; /* save for next call to l3psy_anal */ in vbrpsy_apply_block_type()
H A Dmpglib_interface.c732 memcpy(pinfo->mpg123blocktype, hip->mi.blocktype, sizeof(pinfo->mpg123blocktype)); in hip_finish_pinfo()
/third_party/ffmpeg/libavcodec/
H A Daacpsy.c868 int blocktype = ONLY_LONG_SEQUENCE; in lame_apply_block_type() local
871 blocktype = LONG_STOP_SEQUENCE; in lame_apply_block_type()
873 blocktype = EIGHT_SHORT_SEQUENCE; in lame_apply_block_type()
881 ctx->next_window_seq = blocktype; in lame_apply_block_type()

Completed in 10 milliseconds