Home
last modified time | relevance | path

Searched refs:pred_dc (Results 1 – 9 of 9) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh263.c108 int x, y, wrap, a, c, pred_dc; in ff_h263_pred_dc() local
136 pred_dc = (a + c) >> 1; in ff_h263_pred_dc()
138 pred_dc = a; in ff_h263_pred_dc()
140 pred_dc = c; in ff_h263_pred_dc()
144 return pred_dc; in ff_h263_pred_dc()
234 int x, y, wrap, a, c, pred_dc, scale, i; in ff_h263_pred_acdc() local
270 pred_dc = 1024; in ff_h263_pred_acdc()
278 pred_dc = a; in ff_h263_pred_acdc()
287 pred_dc = c; in ff_h263_pred_acdc()
293 pred_dc = (a + c) >> 1; in ff_h263_pred_acdc()
[all …]
Dhevcpred.c57 hpc->pred_dc = FUNC(pred_dc, depth); \ in ff_hevc_pred_init()
Dhevcpred.h36 void (*pred_dc)(uint8_t *src, const uint8_t *top, const uint8_t *left, member
Dituh263enc.c452 int16_t pred_dc; in ff_h263_encode_mb() local
554 pred_dc = ff_h263_pred_dc(s, i, &dc_ptr[i]); in ff_h263_encode_mb()
555 level -= pred_dc; in ff_h263_encode_mb()
571 rec_intradc[i] = scale*level + pred_dc; in ff_h263_encode_mb()
Dhevcpred_template.c337 s->hpc.pred_dc((uint8_t *)src, (uint8_t *)top, in FUNC()
390 static void FUNC(pred_dc)(uint8_t *_src, const uint8_t *_top, in FUNC() argument
/third_party/mesa3d/src/gallium/auxiliary/vl/
Dvl_mpeg12_bitstream.c700 bs->pred_dc[0] = bs->pred_dc[1] = bs->pred_dc[2] = 0; in reset_predictor()
752 bs->pred_dc[cc] += dct_diff; in decode_dct()
755 dst[0] = bs->pred_dc[cc]; in decode_dct()
Dvl_mpeg12_bitstream.h42 short pred_dc[3]; member
/third_party/ffmpeg/libavcodec/mips/
Dhevcpred_init_mips.c38 c->pred_dc = ff_hevc_intra_pred_dc_msa; in ff_hevc_pred_init_mips()
Dhevcpred_msa.c2409 s->hpc.pred_dc((uint8_t *) src, (uint8_t *) top, in ff_intra_pred_8_16x16_msa()
3069 s->hpc.pred_dc((uint8_t *) src, (uint8_t *) top, in ff_intra_pred_8_32x32_msa()