Searched refs:pred_dc (Results 1 – 9 of 9) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | h263.c | 108 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 …]
|
D | hevcpred.c | 57 hpc->pred_dc = FUNC(pred_dc, depth); \ in ff_hevc_pred_init()
|
D | hevcpred.h | 36 void (*pred_dc)(uint8_t *src, const uint8_t *top, const uint8_t *left, member
|
D | ituh263enc.c | 452 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()
|
D | hevcpred_template.c | 337 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/ |
D | vl_mpeg12_bitstream.c | 700 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()
|
D | vl_mpeg12_bitstream.h | 42 short pred_dc[3]; member
|
/third_party/ffmpeg/libavcodec/mips/ |
D | hevcpred_init_mips.c | 38 c->pred_dc = ff_hevc_intra_pred_dc_msa; in ff_hevc_pred_init_mips()
|
D | hevcpred_msa.c | 2409 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()
|