Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Ddvdec.c144 const uint16_t *iweight1, *iweight2; in dv_init_weight_tables() local
148 iweight2 = &dv_iweight_720_c[0]; in dv_init_weight_tables()
151 iweight2 = &dv_iweight_1080_c[0]; in dv_init_weight_tables()
157 *factor2++ = (dv100_qstep[s] << (c + 9)) * iweight2[i]; in dv_init_weight_tables()