Home
last modified time | relevance | path

Searched refs:fn_itx (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libopenapv/src/
H A Doapv.c312 ctx->fn_itx[0](core->coef_rec, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in enc_block()
342 ctx->fn_itx[0](recon, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in enc_block_rdo_slow()
386 ctx->fn_itx[0](recon, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in enc_block_rdo_slow()
522 ctx->fn_itx[0](best_recon, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in enc_block_rdo_medium()
557 ctx->fn_itx[0](recon, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in enc_block_rdo_placebo()
601 ctx->fn_itx[0](recon, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in enc_block_rdo_placebo()
1182 ctx->fn_itx = oapv_tbl_fn_itx; in enc_platform_init()
1198 ctx->fn_itx = oapv_tbl_fn_itx_avx; in enc_platform_init()
1211 ctx->fn_itx = oapv_tbl_fn_itx_neon; in enc_platform_init()
1521 ctx->fn_itx[0](core->coef, ITX_SHIFT1, ITX_SHIFT2(bit_depth), 1 << log2_w); in dec_block()
[all …]
H A Doapv_def.h295 const oapv_fn_itx_t *fn_itx; member
373 const oapv_fn_itx_t *fn_itx; member