Searched refs:x_offset (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/codecs/m4v_h263/dec/src/ |
D | dcac_prediction.cpp | 76 int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ in doDCACPrediction() local 89 x_offset = Xpos[comp]; in doDCACPrediction() 105 block_B = (comp == 3) ? DC_store[x_offset][z_tab] : mid_gray; in doDCACPrediction() 113 … block_B = ((comp == 1 && up_bnd) || comp == 3) ? DC_store[y_offset+x_offset][z_tab] : mid_gray; in doDCACPrediction() 120 …block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gr… in doDCACPrediction() 121 …block_B = ((comp == 2 && left_bnd) || comp == 3) ? DC_store[y_offset + x_offset][z_tab] : mid_gray; in doDCACPrediction() 129 …block_A = (comp == 1 || comp == 3 || left_bnd) ? flag_0 = TRUE, DC_store[x_offset][x_tab] : mid_gr… in doDCACPrediction() 131 … up_bnd) || (comp == 2 && left_bnd) || (comp == 3)) ? DC_store[y_offset+x_offset][z_tab] : mid_gra… in doDCACPrediction() 174 QP_tmp = QP_store[x_offset]; in doDCACPrediction() 246 int y_offset, x_offset, x_tab, y_tab; /* speedup coefficients */ in doDCACPrediction_I() local [all …]
|
/frameworks/ex/framesequence/jni/ |
D | FrameSequence_webp.cpp | 42 const int left = frame.x_offset; in FrameContainsPixel() 161 const int covered_x_max = covered.x_offset + covered.width; in checkIfCover() 162 const int target_x_max = target.x_offset + target.width; in checkIfCover() 165 return target.x_offset <= covered.x_offset in checkIfCover() 225 Color8888* dst = currBuffer + prevIter.x_offset + prevIter.y_offset * currStride; in initializeFrame() 236 Color8888* dst = currBuffer + currIter.x_offset + currIter.y_offset * currStride; in decodeFrame() 259 const int canvasX = currIter.x_offset + x; in decodeFrame() 276 const int canvasX = currIter.x_offset + x; in decodeFrame()
|
/frameworks/native/services/inputflinger/include/ |
D | InputReaderBase.h | 328 float x_offset; member 334 x_scale(1.0f), x_ymix(0.0f), x_offset(0.0f), in TouchAffineTransformation() 340 x_scale(xscale), x_ymix(xymix), x_offset(xoffset), in TouchAffineTransformation()
|
/frameworks/av/media/codecs/m4v_h263/enc/src/ |
D | vlc_encode.cpp | 2062 Int y_offset, x_offset, x_tab, y_tab, z_tab; /* speedup coefficients */ in DCACPred() local 2116 x_offset = Xpos[comp]; in DCACPred() 2149 block_B = (comp == 3) ? DC_store[x_offset][z_tab] : mid_grey; in DCACPred() 2156 DC_store[y_offset+x_offset][z_tab] : mid_grey; in DCACPred() 2164 DC_store[x_offset][x_tab] : mid_grey; in DCACPred() 2166 DC_store[y_offset + x_offset][z_tab] : mid_grey; in DCACPred() 2173 DC_store[x_offset][x_tab] : mid_grey; in DCACPred() 2178 (DC_store[y_offset + x_offset][z_tab]) : mid_grey; in DCACPred() 2216 QPtmp = QPMB[mbnum+x_offset]; in DCACPred() 2263 QPtmp = QPMB[mbnum+x_offset]; in DCACPred() [all …]
|
/frameworks/native/services/inputflinger/ |
D | InputReaderBase.cpp | 162 newX = x * x_scale + y * x_ymix + x_offset; in applyTo()
|
/frameworks/minikin/libs/minikin/ |
D | LayoutCore.cpp | 497 float xoff = HBFixedToFloat(positions[i].x_offset); in LayoutPiece()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_input_InputManagerService.cpp | 1137 transform.x_offset = matrix[2]; in getTouchAffineTransformation()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.cpp | 1368 dump += StringPrintf(INDENT4 "X offset: %0.3f\n", mAffineTransform.x_offset); in dumpAffineTransformation()
|