Searched refs:cntsum (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | scpr3.h | 39 uint32_t cntsum; member 48 uint32_t cntsum; member 55 uint32_t cntsum; member 62 uint32_t cntsum; member 69 uint32_t cntsum; member 76 uint32_t cntsum; member
|
D | scpr3.c | 34 static void renew_table3(uint32_t nsym, uint32_t *cntsum, in renew_table3() argument 40 *cntsum = c * nsym; in renew_table3() 63 renew_table3(256, &s->run_model3[i].cntsum, in reinit_tables3() 68 renew_table3(256, &s->range_model3.cntsum, in reinit_tables3() 72 renew_table3(5, &s->fill_model3.cntsum, in reinit_tables3() 76 renew_table3(256, &s->count_model3.cntsum, in reinit_tables3() 81 renew_table3(16, &s->sxy_model3[i].cntsum, in reinit_tables3() 87 renew_table3(512, &s->mv_model3[i].cntsum, in reinit_tables3() 93 renew_table3(6, &s->op_model3[i].cntsum, in reinit_tables3() 216 n.cntsum = m->cnts[length]; in update_model6_to_7() [all …]
|