Lines Matching refs:blk_w
60 static void imgb_to_block_10bit(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s_d… in imgb_to_block_10bit() argument
67 for(int w = 0; w < blk_w; w++) { in imgb_to_block_10bit()
75 static void imgb_to_block_p210_y(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s_… in imgb_to_block_p210_y() argument
82 for(int w = 0; w < blk_w; w++) { in imgb_to_block_p210_y()
90 static void imgb_to_block_p210_uv(void *src, int blk_w, int blk_h, int s_src, int offset_src, int s… in imgb_to_block_p210_uv() argument
97 for(int w = 0; w < blk_w; w++) { in imgb_to_block_p210_uv()
137 static void block_to_imgb_10bit(void *src, int blk_w, int blk_h, int s_src, int offset_dst, int s_d… in block_to_imgb_10bit() argument
145 for(int w = 0; w < blk_w; w++) { in block_to_imgb_10bit()
153 static void block_to_imgb_p210_y(void *src, int blk_w, int blk_h, int s_src, int offset_dst, int s_… in block_to_imgb_p210_y() argument
161 for(int w = 0; w < blk_w; w++) { in block_to_imgb_p210_y()
169 static void block_to_imgb_p210_uv(void *src, int blk_w, int blk_h, int s_src, int x_pel, int s_dst,… in block_to_imgb_p210_uv() argument
189 for(int w = 0; w < blk_w; w++) { in block_to_imgb_p210_uv()
322 int blk_w = 1 << log2_w; in enc_block_rdo_slow() local
343 int cost = (int)ctx->fn_ssd[0](blk_w, blk_h, org, recon, blk_w, blk_w, bit_depth); in enc_block_rdo_slow()
387 int cost = (int)ctx->fn_ssd[0](blk_w, blk_h, org, recon, blk_w, blk_w, bit_depth); in enc_block_rdo_slow()
424 int blk_w = 1 << log2_w; in enc_block_rdo_medium() local
449 int cost = (int)ctx->fn_ssd[0](blk_w, blk_h, org, recon, blk_w, blk_w, bit_depth); in enc_block_rdo_medium()
502 int cost = (int)ctx->fn_ssd[0](blk_w, blk_h, org, recon, blk_w, blk_w, bit_depth); in enc_block_rdo_medium()
534 int blk_w = 1 << log2_w; in enc_block_rdo_placebo() local
558 int cost = (int)ctx->fn_ssd[0](blk_w, blk_h, org, recon, blk_w, blk_w, bit_depth); in enc_block_rdo_placebo()
602 int cost = (int)ctx->fn_ssd[0](blk_w, blk_h, org, recon, blk_w, blk_w, bit_depth); in enc_block_rdo_placebo()