Home
last modified time | relevance | path

Searched refs:idct_dequant_2x4_dc (Results 1 – 18 of 18) sorted by relevance

/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dquant.c182 static void idct_dequant_2x4_dc( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int … in idct_dequant_2x4_dc() function
423 pf->idct_dequant_2x4_dc = idct_dequant_2x4_dc; in x264_quant_init()
472 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_sse2; in x264_quant_init()
521 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_avx; in x264_quant_init()
611 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_sse2; in x264_quant_init()
680 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_avx; in x264_quant_init()
H A Dquant.h42 …void (*idct_dequant_2x4_dc)( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int i_q… member
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dquant.c182 static void idct_dequant_2x4_dc( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int … in idct_dequant_2x4_dc() function
423 pf->idct_dequant_2x4_dc = idct_dequant_2x4_dc; in x264_quant_init()
472 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_sse2; in x264_quant_init()
521 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_avx; in x264_quant_init()
611 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_sse2; in x264_quant_init()
680 pf->idct_dequant_2x4_dc = x264_idct_dequant_2x4_dc_avx; in x264_quant_init()
H A Dquant.h42 …void (*idct_dequant_2x4_dc)( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int i_q… member
/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dquant.h42 …void (*idct_dequant_2x4_dc)( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int i_q… member
H A Dquant.c200 static void idct_dequant_2x4_dc( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int … in idct_dequant_2x4_dc() function
459 pf->idct_dequant_2x4_dc = idct_dequant_2x4_dc; in x264_quant_init()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dquant.h42 …void (*idct_dequant_2x4_dc)( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int i_q… member
H A Dquant.c200 static void idct_dequant_2x4_dc( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int … in idct_dequant_2x4_dc() function
459 pf->idct_dequant_2x4_dc = idct_dequant_2x4_dc; in x264_quant_init()
/dports/emulators/vice/vice-3.5/src/lib/libx264/tools/
H A Dcheckasm.c2033 if( qf_a.idct_dequant_2x4_dc != qf_ref.idct_dequant_2x4_dc ) in check_quant()
2043 call_c( qf_c.idct_dequant_2x4_dc, dct1, dct3, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
2044 call_a( qf_a.idct_dequant_2x4_dc, dct1, dct4, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/tools/
H A Dcheckasm.c2033 if( qf_a.idct_dequant_2x4_dc != qf_ref.idct_dequant_2x4_dc ) in check_quant()
2043 call_c( qf_c.idct_dequant_2x4_dc, dct1, dct3, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
2044 call_a( qf_a.idct_dequant_2x4_dc, dct1, dct4, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/
H A Dcheckasm.c2224 if( qf_a.idct_dequant_2x4_dc != qf_ref.idct_dequant_2x4_dc ) in check_quant()
2234 call_c( qf_c.idct_dequant_2x4_dc, dct1, dct3, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
2235 call_a( qf_a.idct_dequant_2x4_dc, dct1, dct4, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/tools/
H A Dcheckasm.c2224 if( qf_a.idct_dequant_2x4_dc != qf_ref.idct_dequant_2x4_dc ) in check_quant()
2234 call_c( qf_c.idct_dequant_2x4_dc, dct1, dct3, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
2235 call_a( qf_a.idct_dequant_2x4_dc, dct1, dct4, h->dequant4_mf[CQM_4IC], qp+3 ); in check_quant()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dmacroblock.c506 h->quantf.idct_dequant_2x4_dc( dct_dc, dct4x4, dequant_mf, i_qp+3 ); in x264_mb_encode_chroma_internal()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/x86/
H A Dquant-a.asm1011 ; void idct_dequant_2x4_dc( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int i_qp )
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dmacroblock.c473 h->quantf.idct_dequant_2x4_dc( dct_dc, dct4x4, dequant_mf, i_qp+3 ); in mb_encode_chroma_internal()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Dmacroblock.c473 h->quantf.idct_dequant_2x4_dc( dct_dc, dct4x4, dequant_mf, i_qp+3 ); in mb_encode_chroma_internal()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/x86/
H A Dquant-a.asm1011 ; void idct_dequant_2x4_dc( dctcoef dct[8], dctcoef dct4x4[8][16], int dequant_mf[6][16], int i_qp )
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dmacroblock.c506 h->quantf.idct_dequant_2x4_dc( dct_dc, dct4x4, dequant_mf, i_qp+3 ); in x264_mb_encode_chroma_internal()