Searched refs:win_idx (Results 1 – 5 of 5) sorted by relevance
896 int win_idx = (switch_point && j < 2) ? 0 : block_type; in ff_imdct36_blocks_mips_fixed() local897 int *win = ff_mdct_win_fixed[win_idx + (4 & -(j & 1))]; in ff_imdct36_blocks_mips_fixed()
1234 int win_idx = (switch_point && j < 2) ? 0 : block_type; in ff_imdct36_blocks_mips_float() local1235 float *win = ff_mdct_win_float[win_idx + (4 & -(j & 1))]; in ff_imdct36_blocks_mips_float()
219 int win_idx = (switch_point && j < 2) ? 0 : block_type; \220 float *win = ff_mdct_win_float[win_idx + (4 & -(j & 1))]; \
363 int win_idx = (switch_point && j < 2) ? 0 : block_type; in RENAME() local364 INTFLOAT *win = RENAME(ff_mdct_win)[win_idx + (4 & -(j & 1))]; in RENAME()
553 const int win_idx = WMAPRO_BLOCK_MAX_BITS - i; in decode_init() local554 ff_init_ff_sine_windows(win_idx); in decode_init()555 s->windows[WMAPRO_BLOCK_SIZES - i - 1] = ff_sine_windows[win_idx]; in decode_init()