Home
last modified time | relevance | path

Searched defs:pos_y (Results 1 – 20 of 20) sorted by relevance

/external/webrtc/test/
Dframe_generator.cc124 uint8_t* pos_y = in Draw() local
144 uint8_t* pos_y = (const_cast<uint8_t*>(yuva_buffer->DataA()) + x_ + in Draw() local
257 uint8_t* pos_y = (buffer_->MutableDataY() + x + yy * buffer_->StrideY()); in GenerateNewFrame() local
/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c229 S32 pos_y, in hme_get_wt_inp_8x8_neon()
389 S32 pos_y, in hme_get_wt_inp_ctb_neon()
Dihevce_had_compute_neon.c811 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r_neon() local
1017 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_16x16_r_neon() local
/external/libhevc/encoder/
Dihevce_had_satd.c881 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4() local
969 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r() local
1250 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_16x16_r() local
1544 WORD32 pos_y = (pos_x_y_4x4 >> 16) & 0xFFFF; in ihevce_had_32x32_r() local
Dhme_refine.c5962 S32 pos_x, pos_y; in hme_refine() local
8875 S32 pos_x, pos_y; in hme_refine_no_encode() local
Dhme_utils.c2112 S32 pos_y, in hme_get_wt_inp()
/external/igt-gpu-tools/tools/
Dintel_panel_fitter.c158 uint32_t dst_width, dst_height, pos_x, pos_y; in change_screen_size() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c109 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_itob_compute_shader() local
317 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_compute_shader() local
547 nir_ssa_def *pos_y = nir_channel(&b, global_id, 1); in build_nir_btoi_r32g32b32_compute_shader() local
Dradv_meta_blit2d.c570 nir_ssa_def *pos_y = nir_channel(b, tex_pos, 1); in build_nir_buffer_fetch() local
Dradv_cmd_buffer.c796 int32_t pos_y = sample_locs[i].y; in radv_compute_sample_locs_pixel() local
/external/skia/experimental/pvg/
Ddraw_msg.proto242 repeated float pos_y = 3; // must match counts with glyphs OR have 1 entry field
/external/skqp/experimental/pvg/
Ddraw_msg.proto242 repeated float pos_y = 3; // must match counts with glyphs OR have 1 entry field
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c52 int pos_y = sf->scale_value_y(orig_pos_y, sf); in enc_calc_subpel_params() local
/external/kernel-headers/original/uapi/linux/
Domapfb.h139 __u32 pos_y; member
/external/freetype/include/freetype/internal/
Dpsaux.h573 FT_Pos* pos_y; member
837 FT_Pos pos_y; member
1117 FT_Pos pos_y; member
/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c61 int pos_y; member
/external/igt-gpu-tools/lib/
Digt_kms.h154 int pos_y; member
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c561 int pos_y = sf->scale_value_y(orig_pos_y, sf); in dec_calc_subpel_params() local
602 int pos_y = inter_pred_params->pix_row << SUBPEL_BITS; in dec_calc_subpel_params() local
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_llvm.c1495 LLVMValueRef pos_x, pos_y, pos_z, pos_w; in generate_clipmask() local
/external/mesa3d/src/imgui/
Dimgui.cpp2186 static void SetCursorPosYAndSetupDummyPrevLine(float pos_y, float line_height) in SetCursorPosYAndSetupDummyPrevLine()