Home
last modified time | relevance | path

Searched refs:bottom_left_size (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c113 int bottom_left_size = (FFMIN(y0 + 2 * size_in_luma_v, s->ps.sps->height) - in FUNC() local
181 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()
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c1954 int bottom_left_size = in ff_intra_pred_8_16x16_msa() local
2077 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() local
2592 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 …]