Home
last modified time | relevance | path

Searched refs:y_pos (Results 1 – 25 of 31) 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()
/external/libaom/libaom/av1/encoder/
Dhash_motion.c194 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_2x2_hash_value() local
197 CONVERT_TO_SHORTPTR(picture->y_buffer) + y_pos * picture->y_stride + in av1_generate_block_2x2_hash_value()
214 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_2x2_hash_value() local
217 picture->y_buffer + y_pos * picture->y_stride + x_pos, in av1_generate_block_2x2_hash_value()
251 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_hash_value() local
290 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_generate_block_hash_value() local
295 (((x_pos & size_minus_1) == 0) && ((y_pos & size_minus_1) == 0)); in av1_generate_block_hash_value()
320 for (int y_pos = 0; y_pos < y_end; y_pos++) { in av1_add_to_hash_map_by_row_with_precal_data() local
321 const int pos = y_pos * pic_width + x_pos; in av1_add_to_hash_map_by_row_with_precal_data()
326 curr_block_hash.y = y_pos; in av1_add_to_hash_map_by_row_with_precal_data()
[all …]
Dmcomp.h141 int x_pos, int y_pos, int intra,
/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/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/examples/android/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.c693 FT_Int y_pos,
702 FT_Int y_pos,
711 FT_Int y_pos, in tt_sbit_decoder_load_byte_aligned() argument
736 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height ) in tt_sbit_decoder_load_byte_aligned()
752 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_byte_aligned()
853 FT_Int y_pos, in tt_sbit_decoder_load_bit_aligned() argument
879 y_pos < 0 || (FT_UInt)( y_pos + height ) > bit_height ) in tt_sbit_decoder_load_bit_aligned()
903 line += y_pos * pitch + ( x_pos >> 3 ); in tt_sbit_decoder_load_bit_aligned()
986 FT_Int y_pos, in tt_sbit_decoder_load_compound() argument
1025 y_pos + dy, in tt_sbit_decoder_load_compound()
[all …]
/external/webrtc/talk/media/base/
Dfakevideorenderer.h123 const uint8_t* y_pos = y_plane; in CheckFrameColorYuv() local
127 uint8_t y_value = *(y_pos + j); in CheckFrameColorYuv()
132 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.c355 static int ExportRGB(WebPDecParams* const p, int y_pos) { in ExportRGB() argument
359 uint8_t* dst = buf->rgba + y_pos * buf->stride; in ExportRGB()
365 assert(y_pos + num_lines_out < p->output->height); in ExportRGB()
404 static int ExportAlpha(WebPDecParams* const p, int y_pos, int max_lines_out) { in ExportAlpha() argument
406 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride; in ExportAlpha()
418 assert(y_pos + num_lines_out < p->output->height); in ExportAlpha()
431 static int ExportAlphaRGBA4444(WebPDecParams* const p, int y_pos, in ExportAlphaRGBA4444() argument
434 uint8_t* const base_rgba = buf->rgba + y_pos * buf->stride; in ExportAlphaRGBA4444()
449 assert(y_pos + num_lines_out < p->output->height); in ExportAlphaRGBA4444()
Dvp8l_dec.c637 static void ConvertToYUVA(const uint32_t* const src, int width, int y_pos, in ConvertToYUVA() argument
642 WebPConvertARGBToY(src, buf->y + y_pos * buf->y_stride, width); in ConvertToYUVA()
646 uint8_t* const u = buf->u + (y_pos >> 1) * buf->u_stride; in ConvertToYUVA()
647 uint8_t* const v = buf->v + (y_pos >> 1) * buf->v_stride; in ConvertToYUVA()
650 WebPConvertARGBToUV(src, u, v, width, !(y_pos & 1)); in ConvertToYUVA()
654 uint8_t* const a = buf->a + y_pos * buf->a_stride; in ConvertToYUVA()
663 static int ExportYUVA(const VP8LDecoder* const dec, int y_pos) { in ExportYUVA() argument
671 ConvertToYUVA(src, dst_width, y_pos, dec->output_); in ExportYUVA()
672 ++y_pos; in ExportYUVA()
681 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.py185 y_pos = y.eval(feed_dict=_extra_feeds(extra_feed_dict, {x: x_pos}))
188 diff = (y_pos - y_neg) / scale
/external/swiftshader/third_party/llvm-7.0/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/u-boot/board/gdsys/common/
Dosd.c387 OSD_SET_REG(screen, y_pos, 0x005f); in osd_probe()
476 OSD_SET_REG(screen, y_pos, 32767 * (480 - 18 * y) / 65535); in osd_size()
/external/libxcam/modules/ocl/
Dcl_utils.cpp32 float y_pos; member
39 : x_pos (0.0f), y_pos (0.0f) in NV12Pixel()
/external/u-boot/include/
Dgdsys_fpga.h59 u16 y_pos; member
/external/kernel-headers/original/uapi/linux/
Dvfio.h651 __u32 y_pos; /* vertical position of cursor plane*/ member

12