Searched refs:y_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
88 y_offset = Ypos[comp] * nMBPerRow;
113 block_B = ((comp == 1 && up_bnd) || comp == 3) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
114 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
121 block_B = ((comp == 2 && left_bnd) || comp == 3) ? DC_store[y_offset + x_offset][z_tab] : mid_gray;
122 block_C = (comp == 2 || comp == 3) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
131 (comp == 1 && up_bnd) || (comp == 2 && left_bnd) || (comp == 3)) ? DC_store[y_offset+x_offset][z_tab] : mid_gray;
132 block_C = (comp == 2 || comp == 3 || up_bnd) ? flag_1 = TRUE, DC_store[y_offset][y_tab] : mid_gray;
145 QP_tmp = QP_store[y_offset];
246 int y_offset, x_offse local
[all...]
/frameworks/ex/framesequence/jni/
H A DFrameSequence_webp.cpp44 const int top = frame.y_offset;
143 const int covered_y_max = covered.y_offset + covered.height;
144 const int target_y_max = target.y_offset + target.height;
147 && target.y_offset <= covered.y_offset
205 Color8888* dst = currBuffer + prevIter.x_offset + prevIter.y_offset * currStride;
216 Color8888* dst = currBuffer + currIter.x_offset + currIter.y_offset * currStride;
237 const int canvasY = currIter.y_offset + y;
254 const int canvasY = currIter.y_offset + y;
/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
2114 if (Ypos[comp] != 0) y_offset = -nMBPerRow;
2115 else y_offset = 0;
2156 DC_store[y_offset+x_offset][z_tab] : mid_grey;
2159 DC_store[y_offset][y_tab] : mid_grey;
2166 DC_store[y_offset + x_offset][z_tab] : mid_grey;
2168 DC_store[y_offset][y_tab] : mid_grey;
2178 (DC_store[y_offset + x_offset][z_tab]) : mid_grey;
2180 DC_store[y_offset][y_tab] : mid_grey;
2238 QPtmp = QPMB[mbnum+ y_offset];
[all...]
/frameworks/minikin/libs/minikin/
H A DLayout.cpp736 std::cout << positions[i].x_advance << " " << positions[i].y_advance << " " << positions[i].x_offset << " " << positions[i].y_offset << std::endl; std::cout << "DoLayout " << info[i].codepoint <<
737 ": " << HBFixedToFloat(positions[i].x_advance) << "; " << positions[i].x_offset << ", " << positions[i].y_offset << std::endl;
747 float yoff = -HBFixedToFloat(positions[i].y_offset);
/frameworks/native/services/inputflinger/
H A DInputReader.h264 float y_offset; member in struct:android::TouchAffineTransformation
268 y_xmix(0.0f), y_scale(1.0f), y_offset(0.0f) {
274 y_xmix(yxmix), y_scale(yscale), y_offset(yoffset) {
H A DInputReader.cpp225 newY = x * y_xmix + y * y_scale + y_offset;
3677 dump.appendFormat(INDENT4 "Y offset: %0.3f\n", mAffineTransform.y_offset);
/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp769 transform.y_offset = matrix[5];

Completed in 196 milliseconds