Home
last modified time | relevance | path

Searched refs:input_shift (Results 126 – 132 of 132) sorted by relevance

123456

/dports/www/firefox-legacy/firefox-52.8.0esr/media/libvpx/vp9/encoder/
H A Dvp9_encoder.c2163 unsigned int input_shift) { in highbd_get_sse_shift() argument
2171 diff = (a[x] >> input_shift) - (b[x] >> input_shift); in highbd_get_sse_shift()
2277 const unsigned int input_shift = bit_depth - in_bit_depth; in calc_highbd_psnr() local
2285 if (input_shift) { in calc_highbd_psnr()
2288 input_shift); in calc_highbd_psnr()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libvo/
H A Dvo_gl.c291 params.csp_params.input_shift = -depth & 7; in update_yuvconv()
295 params.csp_params.input_shift = 0; in update_yuvconv()
H A Dvo_gl_tiled.c580 params.csp_params.input_shift = -depth & 7; in initGl()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libvo/
H A Dvo_gl.c291 params.csp_params.input_shift = -depth & 7; in update_yuvconv()
295 params.csp_params.input_shift = 0; in update_yuvconv()
H A Dvo_gl_tiled.c580 params.csp_params.input_shift = -depth & 7; in initGl()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/x64/
H A Djit_uni_dw_conv_kernel_f32.cpp1830 const size_t input_shift = typesize * jcp.iw * ch_step; in compute_h_loop() local
1875 add(reg_tmp_input, input_shift * inp_corr); in compute_h_loop()
1914 add(reg_tmp_input, input_shift * jcp.stride_h); in compute_h_loop()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/x64/
H A Djit_uni_dw_conv_kernel_f32.cpp1803 const size_t input_shift = typesize * jcp.iw * ch_step; in compute_h_loop() local
1848 add(reg_tmp_input, input_shift * inp_corr); in compute_h_loop()
1887 add(reg_tmp_input, input_shift * jcp.stride_h); in compute_h_loop()

123456