Searched defs:prev_dc (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | tscc2.c | 127 int prev_dc, dc, nc, ac, bpos, val; in tscc2_decode_mb() local
|
H A D | mss4.c | 91 int *prev_dc[3]; member [all...] |
H A D | proresdec2.c | 472 int16_t prev_dc; in decode_dc_coeffs() local
|
H A D | error_resilience.c | 102 int prev_dc = data[0 + y * stride]; in filter181() local 117 int prev_dc = data[x]; in filter181() local
|
H A D | ivi.c | 476 static int ivi_dc_transform(const IVIBandDesc *band, int *prev_dc, int buf_offs, in ivi_dc_transform() argument 602 int32_t prev_dc; in ivi_decode_blocks() local 485 ivi_decode_coded_blocks(GetBitContext *gb, const IVIBandDesc *band, ivi_mc_func mc, ivi_mc_avg_func mc_avg, int mv_x, int mv_y, int mv_x2, int mv_y2, int *prev_dc, int is_intra, int mc_type, int mc_type2, uint32_t quant, int offs, AVCodecContext *avctx) ivi_decode_coded_blocks() argument [all...] |
H A D | vp56.h | 158 int16_t prev_dc[3][3]; /* [plan][ref_frame] */ member
|
H A D | mss3.c | 94 int *prev_dc; member [all...] |
H A D | g2meet.c | 128 int prev_dc[3]; member
|
H A D | proresenc_kostya.c | 412 int codebook = 3, code, dc, prev_dc, delta, sign, new_sign; in encode_dcs() local 653 int codebook = 3, code, dc, prev_dc, delta, sign, new_sign; in estimate_dcs() local [all...] |
H A D | proresenc_anatoliy.c | 249 int prev_dc, code; in encode_dc_coeffs() local
|
Completed in 14 milliseconds