Lines Matching defs:res
152 int res = 0;
182 res = AVERROR(ENOMEM);
186 res = tm2_read_tree(ctx, 0, &huff);
188 if (res >= 0 && res != huff.max_bits) {
190 res, huff.max_bits);
191 res = AVERROR_INVALIDDATA;
196 res = AVERROR_INVALIDDATA;
200 if (res >= 0) {
201 res = ff_init_vlc_from_lengths(&code->vlc, huff.max_bits, huff.max_num,
204 if (res < 0)
219 return res;
511 /* hi-res chroma */
519 /* hi-res luma */
532 /* low-res chroma */
541 /* hi-res luma */
555 /* low-res chroma */
564 /* low-res luma */