Lines Matching refs:phase_count

44     .phase_count:           resd 1
62 cglobal resample_common_%1, 0, 15, 2, ctx, dst, src, phase_count, index, frac, \
94 mov ecx, [ctxq+ResampleContext.phase_count]
97 DEFINE_ARGS filter_alloc, dst, src, phase_count, index, frac, dst_incr_mod, \
102 mov ecx, [ctxq+ResampleContext.phase_count]
104 DEFINE_ARGS phase_count, dst, src, filter_alloc, index, frac, dst_incr_mod, \
114 cglobal resample_common_%1, 1, 7, 2, ctx, phase_count, dst, frac, \
129 PUSH dword [ctxq+ResampleContext.phase_count] ; unneeded replacement for phase_mask
141 mov phase_countd, [ctxq+ResampleContext.phase_count]
143 DEFINE_ARGS src, phase_count, dst, frac, index, min_filter_count_x4, filter
224 DEFINE_ARGS filter_alloc, dst, src, phase_count, index, frac, dst_incr_mod, \
228 DEFINE_ARGS phase_count, dst, src, filter_alloc, index, frac, dst_incr_mod, \
232 DEFINE_ARGS src, phase_count, dst, frac, index, index_incr
249 DEFINE_ARGS ctx, dst, src, phase_count, index, frac
276 cglobal resample_linear_%1, 0, 15, 5, ctx, dst, phase_mask, phase_count, index, frac, \
283 cglobal resample_linear_%1, 0, 15, 5, ctx, phase_mask, src, phase_count, index, frac, \
326 mov ecx, [ctxq+ResampleContext.phase_count]
329 DEFINE_ARGS filter_alloc, dst, filter2, phase_count, index, frac, filter1, \
334 mov ecx, [ctxq+ResampleContext.phase_count]
336 DEFINE_ARGS phase_count, filter2, src, filter_alloc, index, frac, filter1, \
365 PUSH dword [ctxq+ResampleContext.phase_count] ; unneeded replacement of phase_mask
384 PUSH dword [ctxq+ResampleContext.phase_count]
523 DEFINE_ARGS filter_alloc, dst, filter2, phase_count, index, frac, index_incr, \
527 DEFINE_ARGS phase_count, filter2, src, filter_alloc, index, frac, index_incr, \
531 DEFINE_ARGS filter1, phase_count, index_incr, frac, index, dst, src
551 DEFINE_ARGS ctx, dst, filter2, phase_count, index, frac, index_incr, \
555 DEFINE_ARGS ctx, filter2, src, phase_count, index, frac, index_incr, \