Searched refs:x_offset (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Ddcac_prediction.cpp76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
89 x_offset = Xpos[comp];
105 block_B = (comp == 3) ? DC_store[x_offset][z_tab] : mid_gray;
113 block_B = ((comp == 1 && up_bnd) || comp == 3) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
120 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
121 block_B = ((comp == 2 && left_bnd) || comp == 3) ? DC_store[y_offset + x_offset][z_tab] : mid_gray;
129 block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gray;
131 (comp == 1 && up_bnd) || (comp == 2 && left_bnd) || (comp == 3)) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
174 QP_tmp = QP_store[x_offset];
246 int y_offset, x_offset, x_ta local
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp42 const int left = frame.x_offset;
161 const int covered_x_max = covered.x_offset + covered.width;
162 const int target_x_max = target.x_offset + target.width;
165 return target.x_offset <= covered.x_offset
225 Color8888* dst = currBuffer + prevIter.x_offset + prevIter.y_offset * currStride;
236 Color8888* dst = currBuffer + currIter.x_offset + currIter.y_offset * currStride;
259 const int canvasX = currIter.x_offset + x;
276 const int canvasX = currIter.x_offset + x;
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
H A Dvlc_encode.cpp2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ local
2116 x_offset = Xpos[comp];
2149 block_B = (comp == 3) ? DC_store[x_offset][z_tab] : mid_grey;
2156 DC_store[y_offset+x_offset][z_tab] : mid_grey;
2164 DC_store[x_offset][x_tab] : mid_grey;
2166 DC_store[y_offset + x_offset][z_tab] : mid_grey;
2173 DC_store[x_offset][x_tab] : mid_grey;
2178 (DC_store[y_offset + x_offset][z_tab]) : mid_grey;
2216 QPtmp = QPMB[mbnum+x_offset];
2263 QPtmp = QPMB[mbnum+x_offset];
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h222 float x_offset; member in struct:android::TouchAffineTransformation
228 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f),
234 x_scale(xscale), x_ymix(xymix), x_offset(xoffset),
H A DInputReader.cpp324 newX = x * x_scale + y * x_ymix + x_offset;
4237 dump += StringPrintf(INDENT4 "X offset: %0.3f\n", mAffineTransform.x_offset);
/frameworks/minikin/libs/minikin/
H A DLayout.cpp711 float xoff = HBFixedToFloat(positions[i].x_offset);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp926 transform.x_offset = matrix[2];

Completed in 159 milliseconds