Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dhevcpred_template.c189 int size_max_x = x0 + ((2 * size) << hshift) < s->ps.sps->width ? in FUNC() local
195 size_max_x = x0 + ((size) << hshift) < s->ps.sps->width ? in FUNC()
207 while (j < size_max_x && !IS_INTRA(j, -1)) in FUNC()
214 while (j < size_max_x && !IS_INTRA(j, -1)) in FUNC()
248 EXTEND_RIGHT_CIP(top, 0, size_max_x); in FUNC()
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_msa.c2092 int size_max_x = in ff_intra_pred_8_16x16_msa() local
2100 size_max_x = x0 + ((16) << hshift) < s->ps.sps->width ? in ff_intra_pred_8_16x16_msa()
2130 while (j < size_max_x in ff_intra_pred_8_16x16_msa()
2161 while (j < size_max_x in ff_intra_pred_8_16x16_msa()
2293 for (i = 0; i < (0) + (size_max_x); i += 4) in ff_intra_pred_8_16x16_msa()
2607 int size_max_x = in ff_intra_pred_8_32x32_msa() local
2615 size_max_x = x0 + ((32) << hshift) < s->ps.sps->width ? in ff_intra_pred_8_32x32_msa()
2645 while (j < size_max_x in ff_intra_pred_8_32x32_msa()
2676 while (j < size_max_x in ff_intra_pred_8_32x32_msa()
2807 for (i = 0; i < (0) + (size_max_x); i += 4) in ff_intra_pred_8_32x32_msa()