Home
last modified time | relevance | path

Searched refs:pic_pix_y (Results 1 – 25 of 59) sorted by relevance

123

/dports/multimedia/jmref/JM/lencod/inc/
H A Dget_block_otf.h20 int pic_pix_y, //!< motion shifted vertical coordinate of block
31 int pic_pix_y, //!< motion shifted vertical coordinate of block
43 int pic_pix_y, //!< motion shifted vertical block
54 int pic_pix_y, //!< motion shifted vertical block
65 int pic_pix_y, //!< motion shifted vertical block
/dports/multimedia/jmref/JM/lencod/src/
H A Drd_intra_jm444.c57 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I4x4_blocks_JM_High444() local
61 int pic_block_y = pic_pix_y >> 2; in mode_decision_for_I4x4_blocks_JM_High444()
104 …currSlice->set_intrapred_4x4(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_High444()
109 …currSlice->set_intrapred_4x4(currMB, PLANE_U, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_High444()
111 …currSlice->set_intrapred_4x4(currMB, PLANE_V, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_High444()
160 copy_4x4block(p_RDO->rec4x4[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I4x4_blocks_JM_High444()
181 … copy_4x4block(p_RDO->rec4x4[uv + 1], &p_Vid->enc_picture->imgUV[uv][pic_pix_y], 0, pic_pix_x); in mode_decision_for_I4x4_blocks_JM_High444()
244 copy_4x4block(&p_Vid->enc_picture->imgY[pic_pix_y], p_RDO->rec4x4[PLANE_Y], pic_pix_x, 0); in mode_decision_for_I4x4_blocks_JM_High444()
263 copy_4x4block(&p_Vid->enc_picture->imgUV[uv][pic_pix_y], p_RDO->rec4x4[uv + 1], pic_pix_x, 0); in mode_decision_for_I4x4_blocks_JM_High444()
295 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I4x4_blocks_JM_Low444() local
[all …]
H A Dtransform8x8_H444.c60 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I8x8_blocks_JM_Low444() local
64 int pic_block_y = pic_pix_y >> 2; in mode_decision_for_I8x8_blocks_JM_Low444()
104 …currSlice->set_intrapred_8x8(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_Low444()
109 …currSlice->set_intrapred_8x8(currMB, PLANE_U, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_Low444()
223 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I8x8_blocks_JM_High444() local
227 int pic_block_y = pic_pix_y >> 2; in mode_decision_for_I8x8_blocks_JM_High444()
308 … copy_image_data_8x8(p_RDO->rec8x8[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I8x8_blocks_JM_High444()
334 …copy_image_data_8x8(p_RDO->rec8x8[uv + 1], &p_Vid->enc_picture->imgUV[uv][pic_pix_y], 0, pic_pix_x… in mode_decision_for_I8x8_blocks_JM_High444()
406 copy_image_data_8x8(&p_Vid->enc_picture->imgY[pic_pix_y], p_RDO->rec8x8[0], pic_pix_x, 0); in mode_decision_for_I8x8_blocks_JM_High444()
416 copy_image_data_8x8(&p_Vid->enc_picture->imgUV[0][pic_pix_y], p_RDO->rec8x8[1], pic_pix_x, 0); in mode_decision_for_I8x8_blocks_JM_High444()
[all …]
H A Dget_block_otf.c768 int dy = (pic_pix_y & 0x03); in get_block_luma_otf()
770 int y_pos = iClip3(-IMG_PAD_SIZE_Y+2, ref->size_y_pad-2, pic_pix_y>>2); in get_block_luma_otf()
855 if( is_qpel( pic_pix_x, pic_pix_y, 0x03, 0x03 ) ) in get_block_luma_otf_L1()
864 ref_line = UMVLine4X_otf ( ref, pic_pix_y, pic_pix_x ) ; in get_block_luma_otf_L1()
972 int pic_pix_y, //!< motion shifted vertical block in get_block_chroma_otf() argument
979 int dy = (pic_pix_y & p_Vid->chroma_mask_mv_y) ; in get_block_chroma_otf()
1021 int pic_pix_y, //!< motion shifted vertical block in get_block_chroma_otf_L2() argument
1041 if( is_qpel( pic_pix_x, pic_pix_y, ref->chroma_mask_mv_x, ref->chroma_mask_mv_y) ) in me_get_block_chroma_otf_L1()
1048 imgpel *ref_line = UMVLine8X_chroma_otf (ref, uv, pic_pix_y, pic_pix_x); in me_get_block_chroma_otf_L1()
1068 if( is_qpel( pic_pix_x, pic_pix_y, ref->chroma_mask_mv_x, ref->chroma_mask_mv_y ) ) in mc_get_block_chroma_otf_L1()
[all …]
H A Drd_intra_jm.c66 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I4x4_blocks_JM_High() local
70 int pic_block_y = pic_pix_y >> 2; in mode_decision_for_I4x4_blocks_JM_High()
114 …currSlice->set_intrapred_4x4(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_High()
147 copy_4x4block(p_RDO->rec4x4[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I4x4_blocks_JM_High()
154 …memcpy(lrec4x4[y],&p_Vid->lrec[pic_pix_y+y][pic_pix_x], BLOCK_SIZE * sizeof(int));// stores the mo… in mode_decision_for_I4x4_blocks_JM_High()
195 copy_4x4block(&p_Vid->enc_picture->imgY[pic_pix_y], p_RDO->rec4x4[PLANE_Y], pic_pix_x, 0); in mode_decision_for_I4x4_blocks_JM_High()
235 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I8x8_blocks_JM_High() local
239 int pic_block_y = pic_pix_y >> 2; in mode_decision_for_I8x8_blocks_JM_High()
281 …currSlice->set_intrapred_8x8(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_High()
306 … copy_image_data_8x8(p_RDO->rec8x8[PLANE_Y], &p_Vid->enc_picture->imgY[pic_pix_y], 0, pic_pix_x); in mode_decision_for_I8x8_blocks_JM_High()
[all …]
H A Dme_umhexsmp.c157 short pic_pix_y = mv_block->pos_y_padded; in smpUMHEXIntegerPelBlockMotionSearch() local
173 pic_pix_y = mv_block->pos_y_padded; in smpUMHEXIntegerPelBlockMotionSearch()
199 cand.mv_y = pic_pix_y; in smpUMHEXIntegerPelBlockMotionSearch()
215 mv->mv_y = (short) (best.mv_y - pic_pix_y); in smpUMHEXIntegerPelBlockMotionSearch()
288 cand.mv_y = pic_pix_y; in smpUMHEXIntegerPelBlockMotionSearch()
314 mv->mv_y = (short) (best.mv_y - pic_pix_y); in smpUMHEXIntegerPelBlockMotionSearch()
354 mv->mv_y = (short) (best.mv_y - pic_pix_y); in smpUMHEXIntegerPelBlockMotionSearch()
689 short pic_pix_y = mv_block->pos_y_padded; in smpUMHEXBipredIntegerPelBlockMotionSearch() local
724 cand.mv_y = pic_pix_y; in smpUMHEXBipredIntegerPelBlockMotionSearch()
810 cand.mv_y = pic_pix_y; in smpUMHEXBipredIntegerPelBlockMotionSearch()
[all …]
H A Drd_intra_jm_low.c51 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I4x4_blocks_JM_Low() local
100 …currSlice->set_intrapred_4x4(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I4x4_blocks_JM_Low()
137 p_Vid->ipredmode[pic_pix_y >> 2][pic_pix_x >> 2] = (char) best_ipmode; in mode_decision_for_I4x4_blocks_JM_Low()
174 int pic_pix_y = currMB->pix_y + block_y; in mode_decision_for_I8x8_blocks_JM_Low() local
216 …currSlice->set_intrapred_8x8(currMB, PLANE_Y, pic_pix_x, pic_pix_y, &left_available, &up_available… in mode_decision_for_I8x8_blocks_JM_Low()
261 p_Vid->ipredmode8x8[pic_pix_y >> 2][pic_pix_x >> 2] = (char) best_ipmode; in mode_decision_for_I8x8_blocks_JM_Low()
H A Dmv_search.c602 short pic_pix_x, pic_pix_y; in BPredPartitionCost() local
644 pic_pix_y = currMB->opix_y; in BPredPartitionCost()
661 pic_pix_y = currMB->opix_y; in BPredPartitionCost()
1170 short pic_pix_x, pic_pix_y; in BIDPartitionCost() local
1218 pic_pix_y = (short) currMB->opix_y; in BIDPartitionCost()
1235 pic_pix_y = (short) currMB->opix_y; in BIDPartitionCost()
1280 int pic_pix_y = currMB->opix_y; in GetSkipCostMB() local
1306 int pic_pix_y = currMB->opix_y; in GetSkipCostMB() local
1418 int pic_pix_y, pic_pix_x, i, j; in GetDirectCost8x8() local
1442 pic_pix_y = (currMB->opix_y + j) >> 2; in GetDirectCost8x8()
[all …]
H A Dme_umhex.c263 short pic_pix_y = mv_block->pos_y_padded; in UMHEXIntegerPelBlockMotionSearch() local
298 if(center.mv_x != pic_pix_x || center.mv_y != pic_pix_y) in UMHEXIntegerPelBlockMotionSearch()
301 cand.mv_y = pic_pix_y ; in UMHEXIntegerPelBlockMotionSearch()
346 cand.mv_y = (short) (pic_pix_y + (p_UMHex->pred_MV_uplayer[1] / 4) * 4); in UMHEXIntegerPelBlockMotionSearch()
355 cand.mv_y = (short) (pic_pix_y + (p_UMHex->pred_MV_ref[1] / 4) * 4); in UMHEXIntegerPelBlockMotionSearch()
498 mv->mv_y = (short) (best.mv_y - pic_pix_y); in UMHEXIntegerPelBlockMotionSearch()
862 short pic_pix_y = mv_block->pos_y_padded; in UMHEXBipredIntegerPelBlockMotionSearch() local
908 if(center2.mv_x != pic_pix_x || center2.mv_y != pic_pix_y) in UMHEXBipredIntegerPelBlockMotionSearch()
911 cand.mv_y = pic_pix_y ; in UMHEXBipredIntegerPelBlockMotionSearch()
983 cand.mv_y = (short) (pic_pix_y + (p_UMHex->pred_MV_ref[1] / 4) * 4); in UMHEXBipredIntegerPelBlockMotionSearch()
[all …]
H A Dtransform8x8.c309 int pic_pix_y = currMB->pix_y + block_y; in rdcost_for_8x8_intra_blocks() local
320 …distortion += compute_SSE8x8(&p_Vid->pCurImg[pic_opix_y], &p_Vid->enc_picture->imgY[pic_pix_y], pi… in rdcost_for_8x8_intra_blocks()
383 int pic_pix_y = currMB->pix_y + block_y; in rdcost_for_8x8_intra_blocks_444() local
396 …distortion += compute_SSE8x8(&p_Vid->pCurImg[pic_opix_y], &p_Vid->enc_picture->imgY[pic_pix_y], pi… in rdcost_for_8x8_intra_blocks_444()
439 …distortion += compute_SSE8x8(&p_Vid->pCurImg[pic_opix_y], &p_Vid->enc_picture->imgY[pic_pix_y], pi… in rdcost_for_8x8_intra_blocks_444()
445 …_SSE8x8(&p_Vid->pImgOrg[k][pic_opix_y], &p_Vid->enc_picture->p_curr_img[pic_pix_y], pic_pix_x, pic… in rdcost_for_8x8_intra_blocks_444()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm10/llvm-10.0.1.src/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm11/llvm-11.0.1.src/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/llvm90/llvm-9.0.1.src/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/Transforms/GVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/Transforms/NewGVN/
H A D2007-07-31-RedundantPhi.ll5 …earch(i16* %cur_pic, i16 signext %ref, i32 %list, i32 %pic_pix_x, i32 %pic_pix_y, i32 %blocktype,…

123