Searched refs:src_start (Results 1 – 3 of 3) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | convolve.h | 28 #define FUN_CONV_1D(name, step_q4, filter, dir, src_start, avg, opt) \ argument 38 vpx_filter_block1d16_##dir##8_##avg##opt(src_start, \ 49 vpx_filter_block1d8_##dir##8_##avg##opt(src_start, \ 60 vpx_filter_block1d4_##dir##8_##avg##opt(src_start, \ 151 #define HIGH_FUN_CONV_1D(name, step_q4, filter, dir, src_start, avg, opt) \ argument 166 vpx_highbd_filter_block1d16_##dir##8_##avg##opt(src_start, \ 178 vpx_highbd_filter_block1d8_##dir##8_##avg##opt(src_start, \ 190 vpx_highbd_filter_block1d4_##dir##8_##avg##opt(src_start, \
|
/external/pdfium/core/src/fxge/dib/ |
D | fx_dib_engine.cpp | 164 double src_start = dest_pixel * scale + base; in Calc() local 165 double src_end = src_start + scale; in Calc() 167 if (src_start < src_end) { in Calc() 168 start_i = (int)FXSYS_floor((FX_FLOAT)src_start); in Calc() 172 end_i = (int)FXSYS_ceil((FX_FLOAT)src_start); in Calc()
|
/external/pdfium/core/src/fxcodec/codec/ |
D | fx_codec_progress.cpp | 67 double src_start = dest_pixel * scale + base; in Calc() local 68 double src_end = src_start + scale; in Calc() 70 if (src_start < src_end) { in Calc() 71 start_i = (int)FXSYS_floor((FX_FLOAT)src_start); in Calc() 75 end_i = (int)FXSYS_ceil((FX_FLOAT)src_start); in Calc()
|