Home
last modified time | relevance | path

Searched refs:i_padv (Results 1 – 16 of 16) sorted by relevance

/dports/emulators/vice/vice-3.5/src/lib/libx264/common/
H A Dframe.c75 int i_padv = PADV << PARAM_INTERLACED; in x264_frame_new() local
164 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in x264_frame_new()
176 …int luma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disal… in x264_frame_new()
260 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in x264_frame_new()
268 …int luma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disal… in x264_frame_new()
273 … frame->filtered[p][i] = frame->buffer[p] + i*luma_plane_size + frame->i_stride[p] * i_padv + PADH; in x264_frame_new()
281 … frame->filtered[p][0] = frame->plane[p] = frame->buffer[p] + frame->i_stride[p] * i_padv + PADH; in x264_frame_new()
282 …ltered_fld[p][0] = frame->plane_fld[p] = frame->buffer_fld[p] + frame->i_stride[p] * i_padv + PADH; in x264_frame_new()
292 frame->integral = (uint16_t*)frame->buffer[3] + frame->i_stride[0] * i_padv + PADH; in x264_frame_new()
552 for( y = 0; y < i_padv; y++ ) in plane_expand_border()
[all …]
H A Dmacroblock.c315 int i_padv = PADV << PARAM_INTERLACED; in x264_macroblock_cache_allocate() local
326 luma_plane_size = h->fdec->i_stride_lowres * (h->mb.i_mb_height*8+2*i_padv); in x264_macroblock_cache_allocate()
337 …plane_size = h->fdec->i_stride[0] * (h->mb.i_mb_height*(16<<(CHROMA_FORMAT==CHROMA_422))+2*i_padv); in x264_macroblock_cache_allocate()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dframe.c65 int i_padv = PADV << PARAM_INTERLACED; in frame_new() local
152 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in frame_new()
164 …uma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disalign ); in frame_new()
238 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in frame_new()
246 …uma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disalign ); in frame_new()
251 …->filtered[p][i] = frame->buffer[p] + i*luma_plane_size + frame->i_stride[p] * i_padv + PADH_ALIGN; in frame_new()
260 …me->filtered[p][0] = frame->plane[p] = frame->buffer[p] + frame->i_stride[p] * i_padv + PADH_ALIGN; in frame_new()
262 …_fld[p][0] = frame->plane_fld[p] = frame->buffer_fld[p] + frame->i_stride[p] * i_padv + PADH_ALIGN; in frame_new()
272 … frame->integral = (uint16_t*)frame->buffer[3] + frame->i_stride[0] * i_padv + PADH_ALIGN; in frame_new()
546 for( int y = 0; y < i_padv; y++ ) in plane_expand_border()
[all …]
H A Dmacroblock.c292 int i_padv = PADV << PARAM_INTERLACED; in x264_macroblock_cache_allocate() local
302 luma_plane_size = h->fdec->i_stride_lowres * (h->mb.i_mb_height*8+2*i_padv); in x264_macroblock_cache_allocate()
313 …plane_size = h->fdec->i_stride[0] * (h->mb.i_mb_height*(16<<(CHROMA_FORMAT==CHROMA_422))+2*i_padv); in x264_macroblock_cache_allocate()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/common/
H A Dframe.c65 int i_padv = PADV << PARAM_INTERLACED; in frame_new() local
152 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in frame_new()
164 …uma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disalign ); in frame_new()
238 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in frame_new()
246 …uma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disalign ); in frame_new()
251 …->filtered[p][i] = frame->buffer[p] + i*luma_plane_size + frame->i_stride[p] * i_padv + PADH_ALIGN; in frame_new()
260 …me->filtered[p][0] = frame->plane[p] = frame->buffer[p] + frame->i_stride[p] * i_padv + PADH_ALIGN; in frame_new()
262 …_fld[p][0] = frame->plane_fld[p] = frame->buffer_fld[p] + frame->i_stride[p] * i_padv + PADH_ALIGN; in frame_new()
272 … frame->integral = (uint16_t*)frame->buffer[3] + frame->i_stride[0] * i_padv + PADH_ALIGN; in frame_new()
546 for( int y = 0; y < i_padv; y++ ) in plane_expand_border()
[all …]
H A Dmacroblock.c292 int i_padv = PADV << PARAM_INTERLACED; in x264_macroblock_cache_allocate() local
302 luma_plane_size = h->fdec->i_stride_lowres * (h->mb.i_mb_height*8+2*i_padv); in x264_macroblock_cache_allocate()
313 …plane_size = h->fdec->i_stride[0] * (h->mb.i_mb_height*(16<<(CHROMA_FORMAT==CHROMA_422))+2*i_padv); in x264_macroblock_cache_allocate()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/common/
H A Dframe.c75 int i_padv = PADV << PARAM_INTERLACED; in x264_frame_new() local
164 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in x264_frame_new()
176 …int luma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disal… in x264_frame_new()
260 int chroma_padv = i_padv >> (i_csp == X264_CSP_NV12); in x264_frame_new()
268 …int luma_plane_size = align_plane_size( frame->i_stride[p] * (frame->i_lines[p] + 2*i_padv), disal… in x264_frame_new()
273 … frame->filtered[p][i] = frame->buffer[p] + i*luma_plane_size + frame->i_stride[p] * i_padv + PADH; in x264_frame_new()
281 … frame->filtered[p][0] = frame->plane[p] = frame->buffer[p] + frame->i_stride[p] * i_padv + PADH; in x264_frame_new()
282 …ltered_fld[p][0] = frame->plane_fld[p] = frame->buffer_fld[p] + frame->i_stride[p] * i_padv + PADH; in x264_frame_new()
292 frame->integral = (uint16_t*)frame->buffer[3] + frame->i_stride[0] * i_padv + PADH; in x264_frame_new()
552 for( y = 0; y < i_padv; y++ ) in plane_expand_border()
[all …]
H A Dmacroblock.c315 int i_padv = PADV << PARAM_INTERLACED; in x264_macroblock_cache_allocate() local
326 luma_plane_size = h->fdec->i_stride_lowres * (h->mb.i_mb_height*8+2*i_padv); in x264_macroblock_cache_allocate()
337 …plane_size = h->fdec->i_stride[0] * (h->mb.i_mb_height*(16<<(CHROMA_FORMAT==CHROMA_422))+2*i_padv); in x264_macroblock_cache_allocate()
/dports/emulators/vice/vice-3.5/src/lib/libx264/encoder/
H A Dencoder.c2114 int i_padv; in x264_weighted_pred_init() local
2135 i_padv = PADV << PARAM_INTERLACED; in x264_weighted_pred_init()
2161 … h->fenc->weighted[j] = h->mb.p_weight_buf[buffer_next++] + h->fenc->i_stride[0] * i_padv + PADH; in x264_weighted_pred_init()
2165 … pixel *src = h->fref[0][j]->filtered[0][0] - h->fref[0][j]->i_stride[0]*i_padv - PADH; in x264_weighted_pred_init()
2166 pixel *dst = h->fenc->weighted[j] - h->fenc->i_stride[0]*i_padv - PADH; in x264_weighted_pred_init()
2169 int height = h->fenc->i_lines[0] + i_padv*2; in x264_weighted_pred_init()
H A Danalyse.c362 int i_padv = PADV << PARAM_INTERLACED; in x264_analyse_weight_frame() local
364 pixel *src = frame->filtered[0][0] - frame->i_stride[0]*i_padv - PADH; in x264_analyse_weight_frame()
365 …height = X264_MIN( 16 + end + i_padv, h->fref[0][j]->i_lines[0] + i_padv*2 ) - h->fenc->i_lines_we… in x264_analyse_weight_frame()
373 pixel *dst = h->fenc->weighted[k] - h->fenc->i_stride[0]*i_padv - PADH; in x264_analyse_weight_frame()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/encoder/
H A Dencoder.c2114 int i_padv; in x264_weighted_pred_init() local
2135 i_padv = PADV << PARAM_INTERLACED; in x264_weighted_pred_init()
2161 … h->fenc->weighted[j] = h->mb.p_weight_buf[buffer_next++] + h->fenc->i_stride[0] * i_padv + PADH; in x264_weighted_pred_init()
2165 … pixel *src = h->fref[0][j]->filtered[0][0] - h->fref[0][j]->i_stride[0]*i_padv - PADH; in x264_weighted_pred_init()
2166 pixel *dst = h->fenc->weighted[j] - h->fenc->i_stride[0]*i_padv - PADH; in x264_weighted_pred_init()
2169 int height = h->fenc->i_lines[0] + i_padv*2; in x264_weighted_pred_init()
H A Danalyse.c362 int i_padv = PADV << PARAM_INTERLACED; in x264_analyse_weight_frame() local
364 pixel *src = frame->filtered[0][0] - frame->i_stride[0]*i_padv - PADH; in x264_analyse_weight_frame()
365 …height = X264_MIN( 16 + end + i_padv, h->fref[0][j]->i_lines[0] + i_padv*2 ) - h->fenc->i_lines_we… in x264_analyse_weight_frame()
373 pixel *dst = h->fenc->weighted[k] - h->fenc->i_stride[0]*i_padv - PADH; in x264_analyse_weight_frame()
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c227 int i_padv = PADV << PARAM_INTERLACED; in x264_analyse_weight_frame() local
229 pixel *src = frame->filtered[0][0] - frame->i_stride[0]*i_padv - PADH_ALIGN; in x264_analyse_weight_frame()
230 …height = X264_MIN( 16 + end + i_padv, h->fref[0][j]->i_lines[0] + i_padv*2 ) - h->fenc->i_lines_we… in x264_analyse_weight_frame()
237 … pixel *dst = h->fenc->weighted[k] - h->fenc->i_stride[0]*i_padv - PADH_ALIGN; in x264_analyse_weight_frame()
H A Dencoder.c2201 int i_padv = PADV << PARAM_INTERLACED; in weighted_pred_init() local
2227 …fenc->weighted[j] = h->mb.p_weight_buf[buffer_next++] + h->fenc->i_stride[0] * i_padv + PADH_ALIGN; in weighted_pred_init()
2231 … pixel *src = h->fref[0][j]->filtered[0][0] - h->fref[0][j]->i_stride[0]*i_padv - PADH_ALIGN; in weighted_pred_init()
2232 … pixel *dst = h->fenc->weighted[j] - h->fenc->i_stride[0]*i_padv - PADH_ALIGN; in weighted_pred_init()
2235 int height = h->fenc->i_lines[0] + i_padv*2; in weighted_pred_init()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/encoder/
H A Danalyse.c227 int i_padv = PADV << PARAM_INTERLACED; in x264_analyse_weight_frame() local
229 pixel *src = frame->filtered[0][0] - frame->i_stride[0]*i_padv - PADH_ALIGN; in x264_analyse_weight_frame()
230 …height = X264_MIN( 16 + end + i_padv, h->fref[0][j]->i_lines[0] + i_padv*2 ) - h->fenc->i_lines_we… in x264_analyse_weight_frame()
237 … pixel *dst = h->fenc->weighted[k] - h->fenc->i_stride[0]*i_padv - PADH_ALIGN; in x264_analyse_weight_frame()
H A Dencoder.c2201 int i_padv = PADV << PARAM_INTERLACED; in weighted_pred_init() local
2227 …fenc->weighted[j] = h->mb.p_weight_buf[buffer_next++] + h->fenc->i_stride[0] * i_padv + PADH_ALIGN; in weighted_pred_init()
2231 … pixel *src = h->fref[0][j]->filtered[0][0] - h->fref[0][j]->i_stride[0]*i_padv - PADH_ALIGN; in weighted_pred_init()
2232 … pixel *dst = h->fenc->weighted[j] - h->fenc->i_stride[0]*i_padv - PADH_ALIGN; in weighted_pred_init()
2235 int height = h->fenc->i_lines[0] + i_padv*2; in weighted_pred_init()