Searched refs:v_offset (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 178 float v_offset = -fDesc.fLineShift; in finalize() local 182 v_offset -= ascent; in finalize() 189 v_offset += fBox.fTop - ebox->fTop; in finalize() 193 v_offset += fBox.centerY() - ebox->centerY(); in finalize() 197 v_offset += fBox.fBottom - ebox->fBottom; in finalize() 208 if (v_offset) { in finalize() 210 fragment.fPos.fY += v_offset; in finalize()
|
/third_party/ffmpeg/libavcodec/ |
H A D | indeo3.c | 902 int y_offset, u_offset, v_offset; in decode_frame_headers() local 965 v_offset = bytestream2_get_le32(&gb); in decode_frame_headers() 972 starts[1] = v_offset; in decode_frame_headers() 985 if (FFMIN3(y_offset, v_offset, u_offset) < 0 || in decode_frame_headers() 986 FFMAX3(y_offset, v_offset, u_offset) >= ctx->data_size - 16 || in decode_frame_headers() 987 FFMIN3(y_offset, v_offset, u_offset) < gb.buffer - bs_hdr + 16 || in decode_frame_headers() 994 ctx->v_data_ptr = bs_hdr + v_offset; in decode_frame_headers()
|
/third_party/ffmpeg/libswscale/x86/ |
H A D | yuv_2_rgb.asm | 99 %define v_offset [pointer_c_ditherq + 10 * 8] 121 %define v_offset m10 137 VBROADCASTSD v_offset, [pointer_c_ditherq + 10 * 8] 181 psubsw m1, v_offset ; V = V - 128
|
/third_party/ffmpeg/libavfilter/ |
H A D | v360.h | 145 float h_offset, v_offset; member
|
H A D | vf_v360.c | 167 { "v_offset", "output vertical off-axis offset", OFFSET(v_offset), AV_OPT_TYPE_FLOAT,{.dbl=0.f}, -1.f, 1.f,TFLAGS, "v_offset"}, 1038 static void offset_vector(float *vec, float h_offset, float v_offset) in offset_vector() argument 1041 vec[1] += v_offset; in offset_vector() 4262 offset_vector(vec, s->h_offset, s->v_offset); in v360_slice()
|
/third_party/backends/backend/ |
H A D | canon_dr.c | 3500 *val_p = s->pre_imprint.v_offset; in sane_control_option() 3548 *val_p = s->post_imprint.v_offset; in sane_control_option() 3953 s->pre_imprint.v_offset = val_c; in sane_control_option() 4002 s->post_imprint.v_offset = val_c; in sane_control_option() 5101 int v_offset; in send_imprint_positioning() local 5106 v_offset = s->post_imprint.v_offset; in send_imprint_positioning() 5109 DBG (10, "send_imprint_positioning: post-imprinter: h_offset: %d v_offset: %d\n",h_offset,v_offset); in send_imprint_positioning() 5112 v_offset in send_imprint_positioning() [all...] |
H A D | canon_dr.h | 137 int v_offset; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 7208 Temp v_offset = as_vgpr(ctx, get_ssa_temp(ctx, intrin->src[1].ssa)); 7223 load_vmem_mubuf(ctx, dst, descriptor, v_offset, s_offset, const_offset, elem_size_bytes, 7232 Temp v_offset = get_ssa_temp(ctx, intrin->src[2].ssa); 7245 store_vmem_mubuf(ctx, store_src, descriptor, v_offset, s_offset, const_offset, elem_size_bytes,
|
Completed in 31 milliseconds