Searched refs:output_shift (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/arm/ |
D | mlpdsp_init_arm.c | 90 int8_t *output_shift, in mlp_select_pack_output_armv6() argument 95 int shift = output_shift[0] < 0 || output_shift[0] > 5 ? 6 : output_shift[0]; in mlp_select_pack_output_armv6() 120 if (shift != 6 && output_shift[i] != shift) in mlp_select_pack_output_armv6()
|
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/src/ |
D | net.c | 66 const int output_shift[12] = {-9, -9, -9, -9, -9, -9, -9, -10, -10, -9, -9, -9}; in Inference() local 68 …, g_Weight1, 12, 3, 3, 0, 0, 1, 1, g_Weight2, (int8_t *)(g_Buffer+0), output_shift, output_mult, 1… in Inference() 75 const int output_shift[12] = {-10, -10, -10, -9, -10, -10, -10, -10, -10, -9, -9, -10}; in Inference() local 77 …, g_Weight3, 12, 3, 3, 0, 0, 1, 1, g_Weight4, (int8_t *)(g_Buffer+0), output_shift, output_mult, 3… in Inference()
|
/third_party/ffmpeg/libavcodec/ |
D | mlpdsp.h | 45 int8_t *output_shift, 66 int8_t *output_shift, 74 int8_t *output_shift,
|
D | mlpdsp.c | 93 int8_t *output_shift, in mlp_select_pack_output() argument 105 int8_t *output_shift, in ff_mlp_pack_output() argument 117 (1U << output_shift[mat_ch]); in ff_mlp_pack_output()
|
D | mlpdec.c | 124 int8_t output_shift[MAX_CHANNELS]; member 380 … m->substream[m->max_decoded_substream].output_shift, in read_major_sync() 600 memset(s->output_shift , 0, sizeof(s->output_shift )); in read_restart_header() 621 s->output_shift, in read_restart_header() 875 s->output_shift[ch] = get_sbits(gbp, 4); in read_decoding_params() 876 if (s->output_shift[ch] < 0) { in read_decoding_params() 878 s->output_shift[ch] = 0; in read_decoding_params() 883 s->output_shift, in read_decoding_params() 1117 s->output_shift, in output_data()
|