Home
last modified time | relevance | path

Searched refs:output_shift (Results 1 – 5 of 5) sorted by relevance

/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_init_arm.c90 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/
Dnet.c66 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/
Dmlpdsp.h45 int8_t *output_shift,
66 int8_t *output_shift,
74 int8_t *output_shift,
Dmlpdsp.c93 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()
Dmlpdec.c124 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()