Home
last modified time | relevance | path

Searched refs:mbx (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dcavs.c118 h->topleft_border_y = h->top_border_y[h->mbx * 16 + 15]; in ff_cavs_filter()
119 h->topleft_border_u = h->top_border_u[h->mbx * 10 + 8]; in ff_cavs_filter()
120 h->topleft_border_v = h->top_border_v[h->mbx * 10 + 8]; in ff_cavs_filter()
121 memcpy(&h->top_border_y[h->mbx * 16], h->cy + 15 * h->l_stride, 16); in ff_cavs_filter()
122 memcpy(&h->top_border_u[h->mbx * 10 + 1], h->cu + 7 * h->c_stride, 8); in ff_cavs_filter()
123 memcpy(&h->top_border_v[h->mbx * 10 + 1], h->cv + 7 * h->c_stride, 8); in ff_cavs_filter()
165 qp_avg = (h->qp + h->top_qp[h->mbx] + 1) >> 1; in ff_cavs_filter()
168 qp_avg = (ff_cavs_chroma_qp[h->qp] + ff_cavs_chroma_qp[h->top_qp[h->mbx]] + 1) >> 1; in ff_cavs_filter()
176 h->top_qp[h->mbx] = h->qp; in ff_cavs_filter()
197 memcpy(&top[1], &h->top_border_y[h->mbx * 16], 16); in ff_cavs_load_intra_pred_luma()
[all …]
Dcavsdec.c529 h->cur.poc, h->mbx, h->mby); in dequant()
712 h->intra_pred_c[pred_mode_uv](h->cu, &h->top_border_u[h->mbx * 10], in decode_mb_i()
714 h->intra_pred_c[pred_mode_uv](h->cv, &h->top_border_v[h->mbx * 10], in decode_mb_i()
729 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = NOT_AVAIL; in set_intra_mode_default()
732 h->top_pred_Y[h->mbx * 2 + 0] = h->top_pred_Y[h->mbx * 2 + 1] = INTRA_L_LP; in set_intra_mode_default()
958 if (h->mbx) in check_for_slice()
Dlibx265.c422 int mbx = (frame->width + mb_size - 1) / mb_size; in libx265_encode_set_roi() local
438 qoffsets = av_mallocz_array(mbx * mby, sizeof(*qoffsets)); in libx265_encode_set_roi()
452 startx = FFMIN(mbx, roi->left / mb_size); in libx265_encode_set_roi()
453 endx = FFMIN(mbx, (roi->right + mb_size - 1)/ mb_size); in libx265_encode_set_roi()
465 qoffsets[x + y*mbx] = qoffset; in libx265_encode_set_roi()
Dlibx264.c383 int mbx = (frame->width + MB_SIZE - 1) / MB_SIZE; in X264_frame() local
399 qoffsets = av_mallocz_array(mbx * mby, sizeof(*qoffsets)); in X264_frame()
413 startx = FFMIN(mbx, roi->left / MB_SIZE); in X264_frame()
414 endx = FFMIN(mbx, (roi->right + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
426 qoffsets[x + y*mbx] = qoffset; in X264_frame()
Dcavs.h188 int mbx, mby, mbidx; ///< macroblock coordinates member
/third_party/mesa3d/src/gallium/frontends/xvmc/tests/
Dtest_rendering.c149 int mbx, mby, bx, by; in main() local
195 for (mbx = 0; mbx < INPUT_WIDTH_IN_MACROBLOCKS; ++mbx) in main()
197 mb->x = mbx; in main()
211 mb->index = (mby * INPUT_WIDTH_IN_MACROBLOCKS + mbx) * BLOCKS_PER_MACROBLOCK; in main()
224 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
225 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
241 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
242 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
252 … (short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH) / (float)(INPUT_WIDTH - 1))), in main()
253 …(short)(start + range * ((mbx * MACROBLOCK_WIDTH + bx * BLOCK_WIDTH + BLOCK_WIDTH - 1) / (float)(I… in main()
Dxvmc_bench.c194 unsigned int mbx, mby; in main() local
244 for (mbx = 0; mbx < mbw; ++mbx) in main()
246 mb_array.macro_blocks[mby * mbw + mbx].x = mbx; in main()
247 mb_array.macro_blocks[mby * mbw + mbx].y = mby; in main()
248 mb_array.macro_blocks[mby * mbw + mbx].macroblock_type = XVMC_MB_TYPE_INTRA; in main()
251 mb_array.macro_blocks[mby * mbw + mbx].dct_type = XVMC_DCT_TYPE_FRAME; in main()
260 mb_array.macro_blocks[mby * mbw + mbx].index = (mby * mbw + mbx) * BLOCKS_PER_MACROBLOCK; in main()
261 mb_array.macro_blocks[mby * mbw + mbx].coded_block_pattern = 0x3F; in main()
/third_party/chromium/patch/
D0003-ohos-1115.patch256750 - set mbx [lindex $mre 0]
256752 - lappend chunks [string range $str $cix [expr $mbx - 1]]
256753 - lappend chunks [string range $str $mbx $mex]