Searched refs:offsetx (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | mobiclip.c | 1079 int offsetm, int offsetx, int offsety) in predict_motion() argument 1109 offsetx = offsetx >> 1; in predict_motion() 1128 dst = s->pic[s->current_pic]->data[i] + offsetx + offsety * dst_linesize; in predict_motion() 1130 if (offsetx + (mv.x >> 1) < 0 || in predict_motion() 1132 offsetx + width + (mv.x + 1 >> 1) > fwidth || in predict_motion() 1138 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion() 1148 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion() 1160 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion() 1172 src = s->pic[sidx]->data[i] + offsetx + (mv.x >> 1) + in predict_motion() 1202 offsetm, offsetx + i * adjx, offsety + i * adjy); in predict_motion()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | R600Instructions.td | 423 (i32 imm:$offsetx), (i32 imm:$offsety), (i32 imm:$offsetz), 431 imm:$offsetx, imm:$offsety, imm:$offsetz, 930 i32imm:$offsetx, i32imm:$offsety, i32imm:$offsetz,
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_format_s3tc.c | 2102 LLVMValueRef block_indexx, hash_indexx, addrx, offsetx, ptr_addrx; in compressed_fetch_cached() local 2106 offsetx = LLVMBuildExtractElement(builder, offset, index, ""); in compressed_fetch_cached() 2107 addrx = LLVMBuildZExt(builder, offsetx, i64t, ""); in compressed_fetch_cached()
|