Lines Matching refs:part_width
357 int i, int list, int part_width)
359 const int topright_ref = s->ref_cache[list][i - 8 + part_width];
362 *C = s->mv_cache[list][i - 8 + part_width];
373 * @param part_width the width of the partition (4, 8,16) -> (1, 2, 4)
378 int part_width, int list,
397 diagonal_ref = svq3_fetch_diagonal_mv(s, &C, index8, list, part_width);
505 const int part_width = ((size & 5) == 4) ? 4 : 16 >> (size & 1);
508 const int h_edge_pos = 6 * (s->h_edge_pos - part_width) - extra_width;
512 for (j = 0; j < 16; j += part_width) {
522 svq3_pred_motion(s, k, part_width >> 2, dir, 1, &mx, &my);
566 svq3_mc_dir_part(s, x, y, part_width, part_height,
575 svq3_mc_dir_part(s, x, y, part_width, part_height,
583 svq3_mc_dir_part(s, x, y, part_width, part_height,
596 if (part_width == 8 && j < 8)
599 if (part_width == 8 && j < 8)
601 if (part_width == 4 || part_height == 4)
607 part_width >> 2, part_height >> 2, s->b_stride,