Lines Matching refs:bitdepth
232 .macro idct_4x4_dc bitdepth argument
233 function ff_hevc_idct_4x4_dc_\bitdepth\()_neon, export=1
235 ldr r2, =(1 << (13 - \bitdepth))
239 asr r1, #(14 - \bitdepth)
247 .macro idct_8x8_dc bitdepth argument
248 function ff_hevc_idct_8x8_dc_\bitdepth\()_neon, export=1
250 ldr r2, =(1 << (13 - \bitdepth))
254 asr r1, #(14 - \bitdepth)
268 .macro idct_16x16_dc bitdepth argument
269 function ff_hevc_idct_16x16_dc_\bitdepth\()_neon, export=1
271 ldr r2, =(1 << (13 - \bitdepth))
275 asr r1, #(14 - \bitdepth)
292 .macro idct_32x32_dc bitdepth argument
293 function ff_hevc_idct_32x32_dc_\bitdepth\()_neon, export=1
295 ldr r2, =(1 << (13 - \bitdepth))
299 asr r1, #(14 - \bitdepth)