Home
last modified time | relevance | path

Searched defs:y_pos (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttsbit.c714 FT_Int y_pos, in tt_sbit_decoder_load_byte_aligned()
856 FT_Int y_pos, in tt_sbit_decoder_load_bit_aligned()
989 FT_Int y_pos, in tt_sbit_decoder_load_compound()
1063 FT_Int y_pos, in tt_sbit_decoder_load_png()
1113 FT_Int y_pos, in tt_sbit_decoder_load_bitmap()
1261 FT_Int y_pos, in tt_sbit_decoder_load_image()
/third_party/ffmpeg/libavfilter/dnn/
Ddnn_backend_native_layer_conv2d.c148 … int y_pos = CLAMP_TO_EDGE(y + (kernel_y - radius) * conv_params->dilation, height); in dnn_execute_layer_conv2d_thread() local
152 int y_pos = y + (kernel_y - radius) * conv_params->dilation; in dnn_execute_layer_conv2d_thread() local
Ddnn_backend_native_layer_avgpool.c129 int y_pos = y + (kernel_y - height_radius); in ff_dnn_execute_layer_avg_pool() local
/third_party/ffmpeg/libavfilter/
Dvf_deband.c46 int *y_pos; member
154 const int y_pos = s->y_pos[pos + x]; in deband_8_c() local
194 const int y_pos = s->y_pos[pos + x]; in deband_8_coupling_c() local
259 const int y_pos = s->y_pos[pos + x]; in deband_16_coupling_c() local
335 const int y_pos = s->y_pos[pos + x]; in deband_16_c() local
/third_party/skia/third_party/externals/libwebp/src/dec/
Dio_dec.c361 static int ExportRGB(WebPDecParams* const p, int y_pos) { in ExportRGB()
410 static int ExportAlpha(WebPDecParams* const p, int y_pos, int max_lines_out) { in ExportAlpha()
437 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos, in ExportAlphaRGBA4444()
Dvp8l_dec.c642 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA()
668 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA()
686 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA() local
705 int y_pos = dec->last_out_row_; in EmitRowsYUVA() local
/third_party/ffmpeg/libavcodec/
Dflashsv.c203 int width, int height, int x_pos, int y_pos, in flashsv_decode_block()
371 int y_pos = j * s->block_height; // vertical position in frame in flashsv_decode_frame() local
Dflashsvenc.c156 int y_pos = j * block_height; // vertical position in frame in encode_bitstream() local
Ddvbsubdec.c61 int y_pos; member
85 int y_pos; member
871 int x_pos, y_pos; in dvbsub_parse_pixel_data_block() local
Daic.c317 int y_pos, c_pos; in aic_decode_slice() local
Dvqavideo.c724 for (int y_pos = 0; y_pos < s->height; y_pos += s->vector_height) { in vqa_decode_frame_hicolor() local
Diff.c587 int i, y_pos = 0, x_pos = 0; in decode_byterun2() local
/third_party/skia/third_party/externals/freetype/src/pfr/
Dpfrgload.c568 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Ddxil_spirv_nir.c287 nir_ssa_def *y_pos = nir_channel(builder, pos, 1); in lower_yz_flip() local
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_lower_cubemap_to_array.c320 nir_ssa_def *y_pos = nir_f2i32(b, nir_fadd(b, y_orig, const_05)); in handle_cube_gather() local
/third_party/mesa3d/src/microsoft/compiler/
Ddxil_nir_lower_int_cubemaps.c358 nir_ssa_def *y_pos = nir_f2i32(b, nir_fadd(b, y_orig, const_05)); in handle_cube_gather() local