Searched refs:bitd (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/ |
D | hevcdsp_init.c | 88 #define mc_rep_func(name, bitd, step, W, opt) \ in IDCT_FUNCS() argument 89 void ff_hevc_put_hevc_##name##W##_##bitd##_##opt(int16_t *_dst, … in IDCT_FUNCS() 97 …src = _src + (i * ((bitd + 7) / 8)); … in IDCT_FUNCS() 99 …ff_hevc_put_hevc_##name##step##_##bitd##_##opt(dst, src, _srcstride, height, mx, my, width); … in IDCT_FUNCS() 102 #define mc_rep_uni_func(name, bitd, step, W, opt) \ argument 103 void ff_hevc_put_hevc_uni_##name##W##_##bitd##_##opt(uint8_t *_dst, ptrdiff_t dststride, … 111 …src = _src + (i * ((bitd + 7) / 8)); … 112 …dst = _dst + (i * ((bitd + 7) / 8)); … 113 …ff_hevc_put_hevc_uni_##name##step##_##bitd##_##opt(dst, dststride, src, _srcstride, … 117 #define mc_rep_bi_func(name, bitd, step, W, opt) \ argument [all …]
|
D | hevcdsp.h | 52 #define EPEL_PROTOTYPES(fname, bitd, opt) \ argument 53 PEL_PROTOTYPE(fname##4, bitd, opt); \ 54 PEL_PROTOTYPE(fname##6, bitd, opt); \ 55 PEL_PROTOTYPE(fname##8, bitd, opt); \ 56 PEL_PROTOTYPE(fname##12, bitd, opt); \ 57 PEL_PROTOTYPE(fname##16, bitd, opt); \ 58 PEL_PROTOTYPE(fname##24, bitd, opt); \ 59 PEL_PROTOTYPE(fname##32, bitd, opt); \ 60 PEL_PROTOTYPE(fname##48, bitd, opt); \ 61 PEL_PROTOTYPE(fname##64, bitd, opt) [all …]
|
D | hevc_mc.asm | 125 %macro SIMPLE_LOAD 4 ;width, bitd, tab, r1 644 %macro BI_COMPUTE 7-8 ; width, bitd, src1l, src1h, scr2l, scr2h, pw 1423 lea SHIFT, [SHIFT+14-%2] ; shift = 14 - bitd + denom 1441 shl SHIFT, %2-8 ; ox << (bitd - 8) 1487 lea r5d, [r5d+14-%2] ; shift = 14 - bitd + denom 1504 shl r5d, %2-8 ; ox << (bitd - 8)
|