Searched refs:hbs (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp9.c3098 ptrdiff_t hbs = 4 >> bl; local
3105 } else if (col + hbs < s->cols) { // FIXME why not <=?
3106 if (row + hbs < s->rows) { // FIXME why not <=?
3114 yoff += hbs * 8 * y_stride;
3115 uvoff += hbs * 4 * uv_stride;
3116 decode_b(ctx, row + hbs, col, lflvl, yoff, uvoff, bl, bp);
3120 yoff += hbs * 8;
3121 uvoff += hbs * 4;
3122 decode_b(ctx, row, col + hbs, lflvl, yoff, uvoff, bl, bp);
3126 decode_sb(ctx, row, col + hbs, lflv
3169 ptrdiff_t hbs = 4 >> bl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtdfxfb.c565 u32 hd, hs, he, ht, hbs, hbe; local
599 hbs = hd;
659 reg.crt[0x02] = hbs;
684 ((hbs & 0x100) >> 4) |
H A Dcg14.c114 u16 hbs; /* Hor Blank Start */ member in struct:cg14_regs

Completed in 181 milliseconds