Searched refs:idy (Results 1 – 7 of 7) sorted by relevance
/hardware/ti/omap4xxx/camera/ |
D | NV12_resize.c | 52 mmUint16 idx,idy, idxC; in VT_resizeFrame_Video_opt2_lp() local 93 idy = i_img_ptr->uHeight; in VT_resizeFrame_Video_opt2_lp() 96 if (idx < 1 || idy < 1 || i_img_ptr->uStride < 1) in VT_resizeFrame_Video_opt2_lp() 98 ALOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride); in VT_resizeFrame_Video_opt2_lp() 104 resizeFactorY = ((idy-1)<<9) / cody; in VT_resizeFrame_Video_opt2_lp()
|
/hardware/ti/omap4-aah/camera/ |
D | NV12_resize.cpp | 63 mmUint16 idx,idy, idxC; in VT_resizeFrame_Video_opt2_lp() local 96 idy = i_img_ptr->uHeight; in VT_resizeFrame_Video_opt2_lp() 99 if ( idx < 1 || idy < 1 || i_img_ptr->uStride < 1 ) { in VT_resizeFrame_Video_opt2_lp() 100 … CAMHAL_LOGE("idx or idy less then 1 idx = %d idy = %d stride = %d", idx, idy, i_img_ptr->uStride); in VT_resizeFrame_Video_opt2_lp() 105 resizeFactorY = ((idy-1)<<9) / cody; in VT_resizeFrame_Video_opt2_lp()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemv.c | 251 int idx, idy; in vp9_update_mv_count() local 253 for (idy = 0; idy < 2; idy += num_4x4_h) { in vp9_update_mv_count() 255 const int i = idy * 2 + idx; in vp9_update_mv_count()
|
D | vp9_bitstream.c | 271 int idx, idy; in pack_inter_mode_mvs() local 274 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs() 276 const MB_PREDICTION_MODE b_mode = mi->bmi[idy * 2 + idx].as_mode; in pack_inter_mode_mvs() 307 int idx, idy; in pack_inter_mode_mvs() local 308 for (idy = 0; idy < 2; idy += num_4x4_h) { in pack_inter_mode_mvs() 310 const int j = idy * 2 + idx; in pack_inter_mode_mvs() 357 int idx, idy; in write_mb_modes_kf() local 359 for (idy = 0; idy < 2; idy += num_4x4_h) { in write_mb_modes_kf() 361 const int block = idy * 2 + idx; in write_mb_modes_kf()
|
D | vp9_rdopt.c | 1066 int idx, idy; in rd_pick_intra4x4block() local 1094 for (idy = 0; idy < num_4x4_blocks_high; ++idy) { in rd_pick_intra4x4block() 1096 const int block = ib + idy * 2 + idx; in rd_pick_intra4x4block() 1097 const uint8_t *const src = &src_init[idx * 4 + idy * 4 * src_stride]; in rd_pick_intra4x4block() 1098 uint8_t *const dst = &dst_init[idx * 4 + idy * 4 * dst_stride]; in rd_pick_intra4x4block() 1107 dst, dst_stride, idx, idy, 0); in rd_pick_intra4x4block() 1114 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block() 1127 ratey += cost_coeffs(x, 0, block, tempa + idx, templ + idy, TX_4X4, in rd_pick_intra4x4block() 1151 for (idy = 0; idy < num_4x4_blocks_high * 4; ++idy) in rd_pick_intra4x4block() 1152 vpx_memcpy(best_dst + idy * 8, dst_init + idy * dst_stride, in rd_pick_intra4x4block() [all …]
|
D | vp9_encodeframe.c | 3358 int idx, idy; in sum_intra_stats() local 3361 for (idy = 0; idy < 2; idy += num_4x4_h) in sum_intra_stats() 3363 ++counts->y_mode[0][mi->bmi[idy * 2 + idx].as_mode]; in sum_intra_stats()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_decodemv.c | 471 int idx, idy; in read_inter_block_mode_info() local 474 for (idy = 0; idy < 2; idy += num_4x4_h) { in read_inter_block_mode_info() 477 const int j = idy * 2 + idx; in read_inter_block_mode_info()
|