Searched refs:x_end (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Ddnfb.c152 int incr, y_delta, pre_read = 0, x_end, x_word_count; local
165 x_end = area->dx + area->width - 1;
166 x_word_count = (x_end >> 4) - (area->dx >> 4) + 1;
168 end_mask = 0x7ffff >> (x_end & 0xf);
175 x_end = area->dx - area->width + 1;
176 x_word_count = (area->dx >> 4) - (x_end >> 4) + 1;
178 end_mask = 0xffff0000 >> (x_end & 0xf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dgif.c89 int x_end = avctx->width - 1, local
106 while (x_start < x_end) {
118 while (x_end > x_start) {
121 if (ref[y*ref_linesize + x_end] != buf[y*linesize + x_end]) {
128 x_end--;
130 width = x_end + 1 - x_start;
H A Dhevc_filter.c319 int x_end, y_end; local
339 x_end = x0 + ctb_size;
340 if (x_end > s->sps->width)
341 x_end = s->sps->width;
351 for (x = x0 ? x0 : 8; x < x_end; x += 8) {
384 for (x = x0 ? x0 : 8 * h; x < x_end; x += (8 * h)) {
413 if (x_end != s->sps->width)
414 x_end -= 8;
416 for (x = x0 ? x0 - 8 : 0; x < x_end; x += 8) {
452 for (x = x0 - 8; x < x_end;
681 int x_end = x >= s->sps->width - ctb_size; local
706 int x_end = x_ctb >= s->sps->width - ctb_size; local
[all...]
H A Dvp9.c3053 int x_end = FFMIN(s->cols - col, w4), y_end = FFMIN(s->rows - row, h4); local
3057 mask_edges(lflvl, 0, row7, col7, x_end, y_end, 0, 0, b->tx, skip_inter);
3058 mask_edges(lflvl, 1, row7, col7, x_end, y_end,
H A Dhevc.c1075 int x_end = FFMIN(x0 + cb_size, s->sps->width); local
1080 for (i = (x0 >> log2_min_pu_size); i < (x_end >> log2_min_pu_size); i++)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Dsbrdsp_mips.c65 float *x_end = x1 + 64; local
84 "bne %[x1], %[x_end], 1b \n\t"
89 : [x_end]"r"(x_end)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_curves.c295 int x_end = point->next->x * 255; local
298 x_end >= 0 && x_end <= 255);
300 for (x = x_start; x <= x_end; x++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Dhwa742.c160 static void set_window_regs(int x_start, int y_start, int x_end, int y_end) argument
165 x_end--;
171 tmp[4] = x_end;
172 tmp[5] = x_end >> 8;
H A Dblizzard.c283 static void set_window_regs(int x_start, int y_start, int x_end, int y_end, argument
291 x_end--;
297 tmp[4] = x_end;
298 tmp[5] = x_end >> 8;

Completed in 117 milliseconds