OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_inc
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xf86-video-r128/dist/src/
r128_video.c
664
int v_inc,
h_inc
, step_by, tmp, v_inc_shift;
local
684
h_inc
= (src_w << (12 + pPriv->ecp_div)) / drw_w;
687
while(
h_inc
>= (2 << 12)) {
689
h_inc
>>= 1;
696
tmp = (left & 0x0003ffff) + 0x00028000 + (
h_inc
<< 3);
700
tmp = ((left >> 1) & 0x0001ffff) + 0x00028000 + (
h_inc
<< 2);
712
OUTREG(R128_OV0_H_INC,
h_inc
| ((
h_inc
>> 1) << 16));
754
int v_inc,
h_inc
, step_by, tmp, leftUV, v_inc_shift;
local
772
h_inc
= (src_w << (12 + pPriv->ecp_div)) / drw_w
[
all
...]
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_video.c
2528
uint32_t v_inc,
h_inc
, h_inc_uv, step_by_y, step_by_uv, tmp;
local
2622
h_inc
= (1 << (12 + ecp_div));
2635
h_inc
>>=1;
2652
while(
h_inc
*h_inc_d >= (2 << 12)) {
2653
if(!is_rgb && (((
h_inc
+
h_inc
/2)*h_inc_d)<(2<<12))){
2659
h_inc
>>= 1;
2662
h_inc_uv =
h_inc
>>(step_by_uv-step_by_y);
2663
h_inc
=
h_inc
* h_inc_d
[
all
...]
Completed in 7 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026