Searched refs:line_width (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dcacheasm.h34 .macro __loop_cache_all ar at insn size line_width
38 __loopi \ar, \at, \size, (4 << (\line_width))
39 \insn \ar, 0 << (\line_width)
40 \insn \ar, 1 << (\line_width)
41 \insn \ar, 2 << (\line_width)
42 \insn \ar, 3 << (\line_width)
43 __endla \ar, \at, 4 << (\line_width)
48 .macro __loop_cache_range ar as at insn line_width
50 extui \at, \ar, 0, \line_width
53 __loops \ar, \as, \at, \line_width
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dsnow.h49 int line_width; member in struct:slice_buffer_s
H A Dsnow.c509 static void slice_buffer_init(slice_buffer * buf, int line_count, int max_allocated_lines, int line_width, IDWTELEM * base_buffer) argument
515 buf->line_width = line_width;
521 buf->data_stack[i] = av_malloc (sizeof(IDWTELEM) * line_width);
537 offset = buf->line_width * line;
553 offset = buf->line_width * line;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Datafb.c139 short line_width; member in struct:atafb_par::__anon7155::falcon_hw
1061 par->hw.falcon.line_width = bpp * xres / 16;
1448 var->xres = hw->line_width * 16 / var->bits_per_pixel;
1558 hw->line_width = shifter_f030.scn_width;
1657 shifter_f030.scn_width = hw->line_width;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/ppc/
H A Dsnow_altivec.c48 offset = buf->line_width * line;

Completed in 137 milliseconds