Home
last modified time | relevance | path

Searched refs:y_pos (Results 1 – 25 of 27) sorted by relevance

12

/external/libhevc/encoder/
Dihevce_enc_sbh_funcs.c125 WORD32 x_pos, y_pos; in ihevce_sign_data_hiding() local
201 y_pos = (pu1_csb_table[i] >> 2) + blk_row; in ihevce_sign_data_hiding()
203 i2_quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
220 y_pos = (pu1_csb_table[first_scan_pos] >> 2) + blk_row; in ihevce_sign_data_hiding()
222 quant_coeff_first = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
237 y_pos = (pu1_csb_table[i] >> 2) + blk_row; in ihevce_sign_data_hiding()
239 i2_quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
240 i2_tr_coeff = pi2_tr_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_sign_data_hiding()
241 i2_iquant_coeff = pi2_iquant_data[x_pos + (y_pos * dst_iq_strd)]; in ihevce_sign_data_hiding()
286 y_pos = (pu1_csb_table[best_pos] >> 2) + blk_row; in ihevce_sign_data_hiding()
[all …]
Dihevce_cabac_rdo.c626 WORD32 y_pos = ((cu_pos_y >> 3) & 0x7); in ihevce_entropy_update_best_cu_states() local
645 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states()
650 CLEAR_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_entropy_update_best_cu_states()
Dihevce_cabac_cu_pu.c327 WORD32 y_pos = ((cu_y0 >> 3) & 0x7); in ihevce_cabac_encode_skip_flag() local
346 EXTRACT_BIT(val, u4_skip_left_flags, y_pos); in ihevce_cabac_encode_skip_flag()
369 SET_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag()
374 CLEAR_BITS(u4_skip_left_flags, y_pos, (cu_size >> 3)); in ihevce_cabac_encode_skip_flag()
Dihevce_cabac_tu.c3348 WORD32 y_pos; in ihevce_find_new_last_csb() local
3374 y_pos = (pu1_csb_table[j] >> 2) + blk_row * 4; in ihevce_find_new_last_csb()
3376 quant_coeff = pi2_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_find_new_last_csb()
3385 u1_last_y = y_pos; in ihevce_find_new_last_csb()
Dihevce_enc_loop_utils.c952 WORD32 x_pos, y_pos; in ihevce_scan_coeffs() local
1007 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
1009 quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs()
1018 u1_last_y = y_pos; in ihevce_scan_coeffs()
1074 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
1076 quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs()
1186 y_pos = (pu1_csb_table[i] >> 2) + blk_row * 4; in ihevce_scan_coeffs()
1188 quant_coeff = pi2_quant_coeffs[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs()
/external/libaom/libaom/av1/encoder/
Dhash_motion.c198 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_2x2_hash_value() local
201 CONVERT_TO_SHORTPTR(picture->y_buffer) + y_pos * picture->y_stride + in av1_generate_block_2x2_hash_value()
218 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_2x2_hash_value() local
221 picture->y_buffer + y_pos * picture->y_stride + x_pos, in av1_generate_block_2x2_hash_value()
258 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_hash_value() local
297 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_hash_value() local
302 (((x_pos & size_minus_1) == 0) && ((y_pos & size_minus_1) == 0)); in av1_generate_block_hash_value()
327 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_add_to_hash_map_by_row_with_precal_data() local
328 const int pos = y_pos * pic_width + x_pos; in av1_add_to_hash_map_by_row_with_precal_data()
333 curr_block_hash.y = y_pos; in av1_add_to_hash_map_by_row_with_precal_data()
[all …]
/external/python/cpython2/Demo/curses/
Dxmas.py318 y_pos = 0
321 if x_pos < 66: y_pos = 1
323 dotdeer0.addch(y_pos, x_pos, ord('.'))
331 y_pos = 2
336 y_pos = 3
339 stardeer0.addch(y_pos, x_pos, ord('*'))
348 dotdeer0.addch(y_pos, x_pos, ord('*'))
357 for y_pos in range(2, 5):
363 deer_step(lildeer3, y_pos, x_pos)
364 deer_step(lildeer2, y_pos, x_pos)
[all …]
/external/tensorflow/tensorflow/lite/micro/examples/hello_world/disco_f746ng/
Doutput_handler.cc69 int y_pos; in HandleOutput() local
72 y_pos = dot_radius + static_cast<int>(midpoint * (1.f - y_value)); in HandleOutput()
75 y_pos = in HandleOutput()
80 lcd.FillCircle(x_pos, y_pos, dot_radius); in HandleOutput()
/external/libhevc/decoder/
Dihevcd_ittiam_logo.h116 UWORD32 y_pos,
122 … buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) ihevcd_insert_logo(buf_y, buf_u, buf… argument
124 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument
/external/tensorflow/tensorflow/tools/android/test/jni/object_tracking/
Dkeypoint_detector.cc52 const int y_pos = keypoint->pos_.y * 2; in ScoreKeypoints() local
54 const int curr_color[] = {u_data[y_pos][x_pos], v_data[y_pos][x_pos]}; in ScoreKeypoints()
122 const int y_pos = candidate.pos_.y; in SelectKeypointsInBox() local
124 MarkImage(x_pos, y_pos, distance, interest_map_.get()); in SelectKeypointsInBox()
134 const int y_pos = candidate.pos_.y; in SelectKeypointsInBox() local
137 !interest_map_->ValidPixel(x_pos, y_pos)) { in SelectKeypointsInBox()
141 if (!(*interest_map_)[y_pos][x_pos]) { in SelectKeypointsInBox()
146 MarkImage(x_pos, y_pos, distance, interest_map_.get()); in SelectKeypointsInBox()
Doptical_flow.cc100 const float y_pos = Clip(src_top_real + y, 0.0f, real_y_max); in FindFlowAtPoint_LK() local
105 *vals_I_ptr++ = img_I.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
106 *vals_I_x_ptr++ = I_x.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
107 *vals_I_y_ptr++ = I_y.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
151 const float y_pos = Clip(top_real + win_y, 0.0f, real_y_max); in FindFlowAtPoint_LK() local
154 *vals_J_ptr++ = img_J.GetPixelInterp(x_pos, y_pos); in FindFlowAtPoint_LK()
/external/freetype/src/sfnt/
Dttsbit.c692 FT_Int y_pos,
701 FT_Int y_pos,
710 FT_Int y_pos, in tt_sbit_decoder_load_byte_aligned() argument
735 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height ) in tt_sbit_decoder_load_byte_aligned()
751 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
852 FT_Int y_pos, in tt_sbit_decoder_load_bit_aligned() argument
878 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height ) in tt_sbit_decoder_load_bit_aligned()
902 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_bit_aligned()
985 FT_Int y_pos, in tt_sbit_decoder_load_compound() argument
1024 y_pos + dy, in tt_sbit_decoder_load_compound()
[all …]
/external/webrtc/media/base/
Dfake_video_renderer.h98 const uint8_t* y_pos = y_plane; in CheckFrameColorYuv() local
102 uint8_t y_value = *(y_pos + j); in CheckFrameColorYuv()
107 y_pos += y_pitch; in CheckFrameColorYuv()
/external/libhevc/encoder/arm/
Dihevce_scan_coeffs_neon.c132 WORD32 x_pos, y_pos; in ihevce_scan_coeffs_neon() local
314 y_pos = (pu1_csb_table[bit_pos] >> 2); in ihevce_scan_coeffs_neon()
316 quant_coeff = pi2_temp_quant_coeff[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs_neon()
483 y_pos = (pu1_csb_table[bit_pos] >> 2); in ihevce_scan_coeffs_neon()
485 quant_coeff = pi2_temp_quant_coeff[x_pos + (y_pos * trans_size)]; in ihevce_scan_coeffs_neon()
/external/webp/src/dec/
Dio_dec.c350 static int ExportRGB(WebPDecParams* const p, int y_pos) { in ExportRGB() argument
354 uint8_t* dst = buf->rgba + (size_t)y_pos * buf->stride; in ExportRGB()
360 assert(y_pos + num_lines_out < p->output->height); in ExportRGB()
399 static int ExportAlpha(WebPDecParams* const p, int y_pos, int max_lines_out) { in ExportAlpha() argument
401 uint8_t* const base_rgba = buf->rgba + (size_t)y_pos * buf->stride; in ExportAlpha()
413 assert(y_pos + num_lines_out < p->output->height); in ExportAlpha()
426 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos, in ExportAlphaRGBA4444() argument
429 uint8_t* const base_rgba = buf->rgba + (size_t)y_pos * buf->stride; in ExportAlphaRGBA4444()
444 assert(y_pos + num_lines_out < p->output->height); in ExportAlphaRGBA4444()
Dvp8l_dec.c634 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() argument
639 WebPConvertARGBToY(src, buf->y + y_pos * buf->y_stride, width); in ConvertToYUVA()
643 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride; in ConvertToYUVA()
644 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride; in ConvertToYUVA()
647 WebPConvertARGBToUV(src, u, v, width, !(y_pos & 1)); in ConvertToYUVA()
651 uint8_t* const a = buf->a + y_pos * buf->a_stride; in ConvertToYUVA()
660 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() argument
668 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA()
669 ++y_pos; in ExportYUVA()
678 int y_pos = dec->last_out_row_; in EmitRescaledRowsYUVA() local
[all …]
Dwebpi_dec.h31 typedef int (*OutputRowFunc)(WebPDecParams* const p, int y_pos,
/external/freetype/src/pfr/
Dpfrgload.c568 FT_Int x_pos, y_pos; in pfr_glyph_load_compound() local
628 y_pos = 0; in pfr_glyph_load_compound()
669 y_pos = PFR_NEXT_SHORT( p ); in pfr_glyph_load_compound()
674 y_pos += PFR_NEXT_INT8( p ); in pfr_glyph_load_compound()
682 subglyph->y_delta = y_pos; in pfr_glyph_load_compound()
/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc237 std::vector<Tensor> y_pos; in ComputeNumericJacobianTranspose() local
238 TF_RETURN_IF_ERROR(EvaluateGraph(&session, xs, ys, x_datas, &y_pos)); in ComputeNumericJacobianTranspose()
247 auto y_pos_flat = y_pos[y_idx].flat<Y_T>(); in ComputeNumericJacobianTranspose()
/external/tensorflow/tensorflow/python/ops/
Dgradient_checker_v2.py247 y_pos = _to_numpy(f(*xs))
252 diff = (y_pos - y_neg) / scale
Dgradient_checker.py186 y_pos = y.eval(feed_dict=_extra_feeds(extra_feed_dict, {x: x_pos}))
189 diff = (y_pos - y_neg) / scale
/external/llvm-project/llvm/test/Transforms/SLPVectorizer/X86/
Dpartail.ll5 define void @get_block(i32 %y_pos) local_unnamed_addr #0 {
53 %sub14 = sub nsw i32 %y_pos, undef
/external/kernel-headers/original/uapi/linux/
Dvfio.h912 __u32 y_pos; /* vertical position of cursor plane*/ member
/external/crosvm/vfio_sys/src/
Dvfio.rs334 pub y_pos: __u32, field
/external/libmpeg2/decoder/
Dimpeg2d_api_main.c77 … buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) impeg2_insert_logo(buf_y, buf_u, buf… argument
79 #define INSERT_LOGO(buf_y, buf_u, buf_v, stride, x_pos, y_pos, yuv_fmt,disp_wd,disp_ht) argument

12