Go to the source code of this file.
|
| static void RENAME | sum2 (void *out_, const void *in1_, const void *in2_, const void *coeffp_, integer index1, integer index2, integer len) |
| static void RENAME | copy (void *out_, const void *in_, const void *coeffp_, integer index, integer len) |
| static void RENAME | mix6to2 (uint8_t *const *out_, const uint8_t *const *in_, const void *coeffp_, integer len) |
| static void RENAME | mix8to2 (uint8_t *const *out_, const uint8_t *const *in_, const void *coeffp_, integer len) |
| static mix_any_func_type *RENAME | get_mix_any_func (const SwrContext *s) |
◆ sum2()
| void RENAME sum2 |
( |
void * | out_, |
|
|
const void * | in1_, |
|
|
const void * | in2_, |
|
|
const void * | coeffp_, |
|
|
integer | index1, |
|
|
integer | index2, |
|
|
integer | len ) |
|
static |
Definition at line 52 of file rematrix_template.c.
Referenced by check_scene_sad(), checkasm_stats_estimate(), common_hv_bil_8w_msa(), common_hv_bil_and_aver_dst_8w_msa(), common_hv_bil_no_rnd_4x8_msa(), common_hv_bil_no_rnd_8x8_msa(), do_corr(), ff_hevc_idct_4x4_lsx(), ff_put_no_rnd_pixels16_xy2_8_lasx(), ff_put_no_rnd_pixels8_xy2_8_lsx(), ff_put_pixels16_xy2_8_lasx(), filter16_kirsch(), filter_frame(), filter_kirsch(), find_optimal_param(), hevc_idct_4x4_msa(), postfilter(), psy_3gpp_window(), psy_hp_filter(), RENAME(), set_gauss(), sum2(), update_sample_stats(), update_sample_stats_16(), and update_sample_stats_8().
◆ copy()
| void RENAME copy |
( |
void * | out_, |
|
|
const void * | in_, |
|
|
const void * | coeffp_, |
|
|
integer | index, |
|
|
integer | len ) |
|
static |
◆ mix6to2()
| void RENAME mix6to2 |
( |
uint8_t *const * | out_, |
|
|
const uint8_t *const * | in_, |
|
|
const void * | coeffp_, |
|
|
integer | len ) |
|
static |
◆ mix8to2()
| void RENAME mix8to2 |
( |
uint8_t *const * | out_, |
|
|
const uint8_t *const * | in_, |
|
|
const void * | coeffp_, |
|
|
integer | len ) |
|
static |
◆ get_mix_any_func()