Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dsvq3.c506 const int part_height = 16 >> ((unsigned)(size + 1) / 3); in svq3_mc_dir() local
509 const int v_edge_pos = 6 * (s->v_edge_pos - part_height) - extra_width; in svq3_mc_dir()
511 for (i = 0; i < 16; i += part_height) in svq3_mc_dir()
566 svq3_mc_dir_part(s, x, y, part_width, part_height, in svq3_mc_dir()
575 svq3_mc_dir_part(s, x, y, part_width, part_height, in svq3_mc_dir()
583 svq3_mc_dir_part(s, x, y, part_width, part_height, in svq3_mc_dir()
593 if (part_height == 8 && i < 8) { in svq3_mc_dir()
601 if (part_width == 4 || part_height == 4) in svq3_mc_dir()
607 part_width >> 2, part_height >> 2, s->b_stride, in svq3_mc_dir()

Completed in 3 milliseconds