HomeSort by relevance Sort by last modified time
    Searched refs:MAX_SHORT (Results 1 - 9 of 9) sorted by null

  /frameworks/media/libvideoeditor/vss/video_filters/src/
M4VIFI_ResizeRGB565toRGB565.c 95 u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (u32_width_out-1);
97 u32_x_inc = (u32_width_in * MAX_SHORT) / (u32_width_out);
102 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1);
104 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out);
111 if (u32_y_inc >= MAX_SHORT) {
120 u32_y_accum = MAX_SHORT;
132 if (u32_x_inc >= MAX_SHORT) {
136 u32_x_accum_start = MAX_SHORT;
M4VIFI_ResizeRGB888toRGB888.c 111 u32_x_inc = ((u32_width_in-1) * MAX_SHORT) / (u32_width_out-1);
115 u32_x_inc = (u32_width_in * MAX_SHORT) / (u32_width_out);
121 u32_y_inc = ((u32_height_in - 1) * MAX_SHORT) / (u32_height_out-1);
125 u32_y_inc = (u32_height_in * MAX_SHORT) / (u32_height_out);
132 if (u32_y_inc >= MAX_SHORT)
142 u32_y_accum = MAX_SHORT;
157 if (u32_x_inc >= MAX_SHORT)
163 u32_x_accum_start = MAX_SHORT;
M4VIFI_ResizeYUVtoBGR565.c 130 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
134 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
140 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
144 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out);
150 u32_x_inc[UPlane] = ((u32_width_in[UPlane]-1) * MAX_SHORT) / (u32_width2_RGB-1);
154 u32_x_inc[UPlane] = (u32_width_in[UPlane] * MAX_SHORT) / (u32_width2_RGB);
161 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1);
165 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHORT) / (u32_height2_RGB);
175 if (u32_y_inc[YPlane] > MAX_SHORT)
186 u32_y_accum_Y = MAX_SHORT;
    [all...]
M4VIFI_ResizeYUVtoRGB565.c 134 u32_x_inc[YPlane] = ((u32_width_in[YPlane]-1) * MAX_SHORT) / (u32_width_out-1);
138 u32_x_inc[YPlane] = (u32_width_in[YPlane] * MAX_SHORT) / (u32_width_out);
144 u32_y_inc[YPlane] = ((u32_height_in[YPlane]-1) * MAX_SHORT) / (u32_height_out-1);
148 u32_y_inc[YPlane] = (u32_height_in[YPlane] * MAX_SHORT) / (u32_height_out);
154 u32_x_inc[UPlane] = ((u32_width_in[UPlane]-1) * MAX_SHORT) / (u32_width2_RGB-1);
158 u32_x_inc[UPlane] = (u32_width_in[UPlane] * MAX_SHORT) / (u32_width2_RGB);
165 u32_y_inc[UPlane] = ((u32_height_in[UPlane]-1) * MAX_SHORT) / (u32_height2_RGB-1);
169 u32_y_inc[UPlane] = (u32_height_in[UPlane] * MAX_SHORT) / (u32_height2_RGB);
179 if (u32_y_inc[YPlane] > MAX_SHORT)
190 u32_y_accum_Y = MAX_SHORT;
    [all...]
M4VFL_transition.c 267 #ifndef MAX_SHORT
268 #define MAX_SHORT 0x10000
384 u32_blend_inc = ((u32_rangeA-1) * MAX_SHORT) / (u32_width - 1);
388 u32_blend_inc = (u32_rangeA * MAX_SHORT) / (u32_width);
  /frameworks/media/libvideoeditor/vss/common/inc/
M4VIFI_Defines.h 147 #ifndef MAX_SHORT
148 #define MAX_SHORT 0x10000
  /external/webkit/Tools/android/flex-2.5.4a/
gen.c 952 out_str_dec( (tblend >= MAX_SHORT || long_align) ?
987 out_str_dec( (total_states >= MAX_SHORT || long_align) ?
996 out_str_dec( (total_states >= MAX_SHORT || long_align) ?
1013 out_str_dec( (total_states >= MAX_SHORT || long_align) ?
1124 (total_table_size >= MAX_SHORT || long_align) ?
    [all...]
flexdef.h 312 #define MAX_SHORT 32700
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorTools.cpp     [all...]

Completed in 315 milliseconds