Lines Matching defs:avctx
75 static int decode_run_i(AVCodecContext *avctx, uint32_t ptype, int run,
87 if (y >= avctx->height)
97 if (x >= avctx->width) {
100 if (y >= avctx->height && run)
111 if (x >= avctx->width) {
114 if (y >= avctx->height && run)
130 if (x >= avctx->width) {
133 if (y >= avctx->height && run)
167 if (x >= avctx->width) {
170 if (y >= avctx->height && run)
191 if (x >= avctx->width) {
194 if (y >= avctx->height && run)
206 if (avctx->bits_per_coded_sample == 16) {
217 static int decode_run_p(AVCodecContext *avctx, uint32_t ptype, int run,
231 if (*by >= avctx->height)
236 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
252 if (*by >= avctx->height)
258 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
266 if (*by < 1 || *by >= avctx->height)
272 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
280 if (*by >= avctx->height)
286 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
296 if (*by < 1 || *by >= avctx->height)
319 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
327 if (*by < 1 || *by >= avctx->height)
341 if (*bx >= x * 16 + sx2 || *bx >= avctx->width) {
349 if (avctx->bits_per_coded_sample == 16) {