Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
Dindeo5.c64 IVIBandDesc *band, *band1, *band2; in decode_gop_header() local
232 band2 = &ctx->planes[2].bands[i]; in decode_gop_header()
234 band2->width = band1->width; in decode_gop_header()
235 band2->height = band1->height; in decode_gop_header()
236 band2->mb_size = band1->mb_size; in decode_gop_header()
237 band2->blk_size = band1->blk_size; in decode_gop_header()
238 band2->is_halfpel = band1->is_halfpel; in decode_gop_header()
239 band2->intra_base = band1->intra_base; in decode_gop_header()
240 band2->inter_base = band1->inter_base; in decode_gop_header()
241 band2->intra_scale = band1->intra_scale; in decode_gop_header()
[all …]
Ddcaenc.c473 typedef void (*walk_band_t)(DCAEncContext *c, int band1, int band2, int f,
507 static void update_band_masking(DCAEncContext *c, int band1, int band2, in update_band_masking() argument