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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dsvq3.c333 const int part_height = 16 >> ((unsigned) (size + 1) / 3); local
336 const int v_edge_pos = 6*(s->v_edge_pos - part_height) - extra_width;
338 for (i = 0; i < 16; i += part_height) {
387 svq3_mc_dir_part(s, x, y, part_width, part_height, fx, fy, dxy, 1, dir, avg);
395 svq3_mc_dir_part(s, x, y, part_width, part_height, mx>>1, my>>1, dxy, 0, dir, avg);
402 svq3_mc_dir_part(s, x, y, part_width, part_height, mx, my, 0, 0, dir, avg);
411 if (part_height == 8 && i < 8) {
421 if (part_width == 4 || part_height == 4) {
428 part_width >> 2, part_height >> 2, h->b_stride,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsvq3.c380 const int part_height = 16 >> ((unsigned)(size + 1) / 3); local
383 const int v_edge_pos = 6 * (s->v_edge_pos - part_height) - extra_width;
385 for (i = 0; i < 16; i += part_height)
440 svq3_mc_dir_part(s, x, y, part_width, part_height,
449 svq3_mc_dir_part(s, x, y, part_width, part_height,
457 svq3_mc_dir_part(s, x, y, part_width, part_height,
467 if (part_height == 8 && i < 8) {
475 if (part_width == 4 || part_height == 4)
481 part_width >> 2, part_height >> 2, h->b_stride,

Completed in 105 milliseconds