Searched refs:luma_bands (Results 1 – 4 of 4) sorted by relevance
82 pic_conf.luma_bands = get_bits(&ctx->gb, 2) * 3 + 1; in decode_gop_header()84 is_scalable = pic_conf.luma_bands != 1 || pic_conf.chroma_bands != 1; in decode_gop_header()85 if (is_scalable && (pic_conf.luma_bands != 4 || pic_conf.chroma_bands != 1)) { in decode_gop_header()87 pic_conf.luma_bands, pic_conf.chroma_bands); in decode_gop_header()128 for (i = 0; i < (!p ? pic_conf.luma_bands : pic_conf.chroma_bands); i++) { in decode_gop_header()201 quant_mat = (pic_conf.luma_bands > 1) ? i+1 : 0; in decode_gop_header()662 ctx->pic_conf.luma_bands = ctx->pic_conf.chroma_bands = 1; in decode_init()
209 uint8_t luma_bands; member279 str1->luma_bands != str2->luma_bands || str1->chroma_bands != str2->chroma_bands; in ivi_pic_config_cmp()
178 pic_conf.luma_bands = decode_plane_subdivision(&ctx->gb); in decode_pic_hdr()180 if (pic_conf.luma_bands) in decode_pic_hdr()189 ctx->is_scalable = pic_conf.luma_bands != 1 || pic_conf.chroma_bands != 1; in decode_pic_hdr()190 if (ctx->is_scalable && (pic_conf.luma_bands != 4 || pic_conf.chroma_bands != 1)) { in decode_pic_hdr()192 pic_conf.luma_bands, pic_conf.chroma_bands); in decode_pic_hdr()200 ctx->pic_conf.luma_bands = 0; in decode_pic_hdr()208 for (i = 0; i < (!p ? pic_conf.luma_bands : pic_conf.chroma_bands); i++) { in decode_pic_hdr()
300 cfg->luma_bands < 1 || cfg->chroma_bands < 1) in ff_ivi_init_planes()306 planes[0].num_bands = cfg->luma_bands; in ff_ivi_init_planes()924 if (ctx->pic_conf.luma_bands <= 1 && i == 2) in prepare_buf()