Home
last modified time | relevance | path

Searched defs:pos_x (Results 1 – 19 of 19) sorted by relevance

/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c228 S32 pos_x, in hme_get_wt_inp_8x8_neon()
388 S32 pos_x, in hme_get_wt_inp_ctb_neon()
Dihevce_had_compute_neon.c810 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r_neon() local
1016 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_16x16_r_neon() local
/external/libhevc/encoder/
Dihevce_had_satd.c880 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_8x8_using_4_4x4() local
968 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_8x8_using_4_4x4_r() local
1249 WORD32 pos_x = pos_x_y_4x4 & 0xFFFF; in ihevce_had_16x16_r() local
1543 WORD32 pos_x = pos_x_y_4x4 & 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.c2111 S32 pos_x, 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.c108 nir_ssa_def *pos_x = nir_channel(&b, global_id, 0); in build_nir_itob_compute_shader() local
316 nir_ssa_def *pos_x = nir_channel(&b, global_id, 0); in build_nir_btoi_compute_shader() local
546 nir_ssa_def *pos_x = nir_channel(&b, global_id, 0); in build_nir_btoi_r32g32b32_compute_shader() local
Dradv_meta_blit2d.c569 nir_ssa_def *pos_x = nir_channel(b, tex_pos, 0); in build_nir_buffer_fetch() local
Dradv_cmd_buffer.c795 int32_t pos_x = sample_locs[i].x; in radv_compute_sample_locs_pixel() local
/external/skia/experimental/pvg/
Ddraw_msg.proto241 repeated float pos_x = 2; // must match counts with glyphs field
/external/skqp/experimental/pvg/
Ddraw_msg.proto241 repeated float pos_x = 2; // must match counts with glyphs field
/external/libaom/libaom/av1/encoder/
Dreconinter_enc.c53 int pos_x = sf->scale_value_x(orig_pos_x, sf); in enc_calc_subpel_params() local
/external/kernel-headers/original/uapi/linux/
Domapfb.h138 __u32 pos_x; member
/external/freetype/include/freetype/internal/
Dpsaux.h572 FT_Pos* pos_x; member
836 FT_Pos pos_x; member
1116 FT_Pos pos_x; member
/external/igt-gpu-tools/tests/
Dkms_rotation_crc.c60 int pos_x; member
/external/igt-gpu-tools/lib/
Digt_kms.h153 int pos_x; member
/external/libaom/libaom/av1/decoder/
Ddecodeframe.c562 int pos_x = sf->scale_value_x(orig_pos_x, sf); in dec_calc_subpel_params() local
601 int pos_x = inter_pred_params->pix_col << 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.cpp6612 void ImGui::SameLine(float pos_x, float spacing_w) in SameLine()