Home
last modified time | relevance | path

Searched refs:init_obmc_weight (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddiracdec.c1588 static void init_obmc_weight(Plane *p, uint8_t *obmc_weight, int stride, in init_obmc_weight() function
1614 init_obmc_weight(p, s->obmc_weight[0], MAX_BLOCKSIZE, 1, 0, top, bottom); in init_obmc_weights()
1615 init_obmc_weight(p, s->obmc_weight[1], MAX_BLOCKSIZE, 0, 0, top, bottom); in init_obmc_weights()
1616 init_obmc_weight(p, s->obmc_weight[2], MAX_BLOCKSIZE, 0, 1, top, bottom); in init_obmc_weights()

Completed in 5 milliseconds