Searched refs:bottom_left_size (Results 1 – 2 of 2) sorted by relevance
113 int bottom_left_size = (FFMIN(y0 + 2 * size_in_luma_v, s->ps.sps->height) - in FUNC() local181 for (i = size; i < size + bottom_left_size; i++) in FUNC()183 EXTEND(left + size + bottom_left_size, POS(-1, size + bottom_left_size - 1), in FUNC()184 size - bottom_left_size); in FUNC()193 int j = size + (cand_bottom_left? bottom_left_size: 0) -1; in FUNC()
1954 int bottom_left_size = in ff_intra_pred_8_16x16_msa() local2077 for (i = 16; i < 16 + bottom_left_size; i++) in ff_intra_pred_8_16x16_msa()2081 ((src[(-1) + stride * (16 + bottom_left_size - 1)]) * in ff_intra_pred_8_16x16_msa()2083 for (i = 0; i < (16 - bottom_left_size); i += 4) in ff_intra_pred_8_16x16_msa()2084 ((((union unaligned_32 *) (left + 16 + bottom_left_size + in ff_intra_pred_8_16x16_msa()2098 int j = 16 + (cand_bottom_left ? bottom_left_size : 0) - 1; in ff_intra_pred_8_16x16_msa()2471 int bottom_left_size = in ff_intra_pred_8_32x32_msa() local2592 for (i = 32; i < 32 + bottom_left_size; i++) in ff_intra_pred_8_32x32_msa()2596 ((src[(-1) + stride * (32 + bottom_left_size - 1)]) * in ff_intra_pred_8_32x32_msa()2598 for (i = 0; i < (32 - bottom_left_size); i += 4) in ff_intra_pred_8_32x32_msa()[all …]